diff options
Diffstat (limited to '')
-rw-r--r-- | src/utils.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/utils.h b/src/utils.h index 6abef6d8a..025f469e5 100644 --- a/src/utils.h +++ b/src/utils.h @@ -19,6 +19,8 @@ #ifndef UTILS_H #define UTILS_H +#include "../config.h" + #include <stdio.h> char * myFgets(char * buffer, int bufferSize, FILE * fp); |