summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-08-07 14:52:02 +0000
committerDavid Robillard <d@drobilla.net>2012-08-07 14:52:02 +0000
commitb24681067127486ac82d7f6f2c78b6344c5c6cb9 (patch)
treec96e0ec923077cf7318a1ce5fff08dbc6a9fcbe3 /src
parentbd915e91527d1473fe8b37ce8607fa9f9bee0645 (diff)
downloadlilv-b24681067127486ac82d7f6f2c78b6344c5c6cb9.tar.gz
lilv-b24681067127486ac82d7f6f2c78b6344c5c6cb9.tar.bz2
lilv-b24681067127486ac82d7f6f2c78b6344c5c6cb9.zip
Add missing headers and define.
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@4621 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src')
-rw-r--r--src/plugin.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/plugin.c b/src/plugin.c
index 8e91f80..e085abb 100644
--- a/src/plugin.c
+++ b/src/plugin.c
@@ -14,9 +14,12 @@
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
+#define __STDC_LIMIT_MACROS
+
#include <assert.h>
#include <math.h>
#include <stdarg.h>
+#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>