diff options
Diffstat (limited to 'toxcore/util.c')
-rw-r--r-- | toxcore/util.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/toxcore/util.c b/toxcore/util.c index 59609340..1728ea21 100644 --- a/toxcore/util.c +++ b/toxcore/util.c | |||
@@ -5,6 +5,10 @@ | |||
5 | * Copyright 2013 plutooo | 5 | * Copyright 2013 plutooo |
6 | */ | 6 | */ |
7 | 7 | ||
8 | #ifdef HAVE_CONFIG_H | ||
9 | #include "config.h" | ||
10 | #endif | ||
11 | |||
8 | #include <time.h> | 12 | #include <time.h> |
9 | #include <stdint.h> | 13 | #include <stdint.h> |
10 | #include <stdbool.h> | 14 | #include <stdbool.h> |