diff options
author | David Robillard <d@drobilla.net> | 2008-12-16 08:45:46 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2008-12-16 08:45:46 +0000 |
commit | 92b5cd297d742ce7874f6ed6d52d26970ea30b16 (patch) | |
tree | 77f177424e07487926e3816b595efbe184e9d040 /slv2 | |
parent | 7a3af911e80db0139ccc5ffd355f56b0a290767d (diff) | |
download | lilv-92b5cd297d742ce7874f6ed6d52d26970ea30b16.tar.gz lilv-92b5cd297d742ce7874f6ed6d52d26970ea30b16.tar.bz2 lilv-92b5cd297d742ce7874f6ed6d52d26970ea30b16.zip |
Trim include dependency tree.
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1870 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'slv2')
-rw-r--r-- | slv2/plugininstance.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/slv2/plugininstance.h b/slv2/plugininstance.h index a3af077..56573c8 100644 --- a/slv2/plugininstance.h +++ b/slv2/plugininstance.h @@ -24,6 +24,7 @@ extern "C" { #endif #include <assert.h> +#include <stddef.h> #include "lv2.h" #include "slv2/plugin.h" #include "slv2/port.h" |