aboutsummaryrefslogtreecommitdiffstats
path: root/CommonLibs/Timeval.h
diff options
context:
space:
mode:
Diffstat (limited to 'CommonLibs/Timeval.h')
-rw-r--r--CommonLibs/Timeval.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/CommonLibs/Timeval.h b/CommonLibs/Timeval.h
index c2a2617..f528819 100644
--- a/CommonLibs/Timeval.h
+++ b/CommonLibs/Timeval.h
@@ -29,7 +29,7 @@
#include <stdint.h>
#include "sys/time.h"
#include <iostream>
-
+#include <unistd.h>
/** A wrapper on usleep to sleep for milliseconds. */