summaryrefslogtreecommitdiffstats
path: root/src/world.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-05-14 16:55:22 +0000
committerDavid Robillard <d@drobilla.net>2009-05-14 16:55:22 +0000
commitfa9dbf2e6814b7b25814323dbf623c7365eccc6f (patch)
tree11140807452eca0ed8beae96e34a1ce28268859f /src/world.c
parent4c706992670626f67746f32064e6fc6bc977d42d (diff)
downloadlilv-fa9dbf2e6814b7b25814323dbf623c7365eccc6f.tar.gz
lilv-fa9dbf2e6814b7b25814323dbf623c7365eccc6f.tar.bz2
lilv-fa9dbf2e6814b7b25814323dbf623c7365eccc6f.zip
Always include types.h first.
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2007 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/world.c')
-rw-r--r--src/world.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/world.c b/src/world.c
index 62e2bfe..04d98a6 100644
--- a/src/world.c
+++ b/src/world.c
@@ -24,6 +24,7 @@
#include <dirent.h>
#include <string.h>
#include <librdf.h>
+#include "slv2/types.h"
#include "slv2/world.h"
#include "slv2/slv2.h"
#include "slv2/util.h"