Add missing mach_time.h for macos

Signed-off-by: Adrien Gallouët <adrien@gallouet.fr>
This commit is contained in:
Adrien Gallouët
2018-02-12 09:24:54 +00:00
parent e8262257fb
commit 22634d14fe

View File

@@ -8,6 +8,10 @@
#include <time.h>
#include <unistd.h>
#if defined __APPLE__
#include <mach/mach_time.h>
#endif
#include "../argz/argz.h"
#define STR_S(X) (((X) > 1) ? "s" : "")