diff options
Diffstat (limited to 'src/common/strlib.c')
-rw-r--r-- | src/common/strlib.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/common/strlib.c b/src/common/strlib.c index dd10d655e..9d79e2745 100644 --- a/src/common/strlib.c +++ b/src/common/strlib.c @@ -7,7 +7,8 @@ #include <ctype.h> #include "strlib.h" -#include "utils.h" +#include "../common/cbasetypes.h" +#include "../common/utils.h" #include "../common/malloc.h" //----------------------------------------------- |