diff options
Diffstat (limited to 'src/dstring.h')
-rw-r--r-- | src/dstring.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dstring.h b/src/dstring.h index 54106f3..51f1b2f 100644 --- a/src/dstring.h +++ b/src/dstring.h @@ -21,7 +21,7 @@ #ifndef BFS_DSTRING_H #define BFS_DSTRING_H -#include "util.h" +#include "config.h" #include <stdarg.h> #include <stddef.h> |