add missing time.h include

Needed for musl.
This commit is contained in:
Rosen Penev
2020-11-17 22:14:09 -08:00
committed by GitHub
parent 856d0a662a
commit c3348ed51e
+1
View File
@@ -13,6 +13,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include <unistd.h>
#include <linux/errqueue.h>