diff options
Diffstat (limited to 'src/world.c')
-rw-r--r-- | src/world.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/world.c b/src/world.c index 354331f6..2cbee1a6 100644 --- a/src/world.c +++ b/src/world.c @@ -19,9 +19,9 @@ #include "world.h" #include "cursor.h" +#include "namespaces.h" #include "node.h" #include "serd_config.h" -#include "serd_internal.h" #if defined(USE_POSIX_FADVISE) # include <fcntl.h> |