From a8702d79a670941d313ec611c2ff7374c3005ddb Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Wed, 21 Nov 2012 23:10:16 -0600 Subject: [PATCH] Include sys/time.h in timestamp.h --- src/timestamp.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/timestamp.h b/src/timestamp.h index 6f08fc2e..6b54954d 100644 --- a/src/timestamp.h +++ b/src/timestamp.h @@ -3,6 +3,7 @@ #include "util.h" #include +#include #define intervals_per_second (1000000000ULL / 100ULL) #define intervals_per_microsecond (10) -- 2.43.0