summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-03-18 08:42:08 +0000
committerDavid Robillard <d@drobilla.net>2011-03-18 08:42:08 +0000
commitbfdd43dc77ef03ec8363eb21ea333e1a8bfef7b6 (patch)
tree9159d98535d7e8db48bf87cae4a3aeab4d46f193
parentf3634a01d834341aead045a8152a4d589501f916 (diff)
downloadlilv-bfdd43dc77ef03ec8363eb21ea333e1a8bfef7b6.tar.gz
lilv-bfdd43dc77ef03ec8363eb21ea333e1a8bfef7b6.tar.bz2
lilv-bfdd43dc77ef03ec8363eb21ea333e1a8bfef7b6.zip
Add #include <stddef.h> for NULL.
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@3116 a436a847-0d15-0410-975c-d299462d15a1
-rw-r--r--slv2/slv2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/slv2/slv2.h b/slv2/slv2.h
index 52da71b..0112f16 100644
--- a/slv2/slv2.h
+++ b/slv2/slv2.h
@@ -31,6 +31,7 @@
#define SLV2_SLV2_H
#include <stdbool.h>
+#include <stddef.h>
#include <stdint.h>
#include "lv2/lv2plug.in/ns/lv2core/lv2.h"