aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/gestures.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gestures.c b/src/gestures.c
index af92ba3d..9028f43b 100644
--- a/src/gestures.c
+++ b/src/gestures.c
@@ -39,6 +39,7 @@
int __stdcall QueryPerformanceCounter(unsigned long long int *lpPerformanceCount);
int __stdcall QueryPerformanceFrequency(unsigned long long int *lpFrequency);
#elif defined(__linux)
+ #include <sys/time.h> // Declares storage size of ‘now’
#include <time.h> // Used for clock functions
#endif