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 6006199..9ea7eb9 100644 --- a/src/dstring.h +++ b/src/dstring.h @@ -8,8 +8,8 @@ #ifndef BFS_DSTRING_H #define BFS_DSTRING_H +#include "prelude.h" #include "bfstd.h" -#include "config.h" #include <stdarg.h> #include <stddef.h> |