summaryrefslogtreecommitdiffstats
path: root/osdep
diff options
context:
space:
mode:
Diffstat (limited to 'osdep')
-rw-r--r--osdep/gettimeofday.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/osdep/gettimeofday.c b/osdep/gettimeofday.c
index 2d8baa6e90..3579779812 100644
--- a/osdep/gettimeofday.c
+++ b/osdep/gettimeofday.c
@@ -1,3 +1,4 @@
+#include "../config.h"
#ifndef HAVE_GETTIMEOFDAY
#include <sys/time.h>