aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/eg-amp.lv2
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2018-09-23 13:32:00 +0200
committerDavid Robillard <d@drobilla.net>2018-09-23 13:39:35 +0200
commit973b8fbca869e062f39caac140b39406ad9896c5 (patch)
tree29e29d5b15c2769ea504fc92b7de941e798ad538 /plugins/eg-amp.lv2
parent4db67120efca2d4c200d2e1ba5cf3d7b97cab97e (diff)
downloadlv2-973b8fbca869e062f39caac140b39406ad9896c5.tar.xz
Clean up includes
Diffstat (limited to 'plugins/eg-amp.lv2')
-rw-r--r--plugins/eg-amp.lv2/amp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/eg-amp.lv2/amp.c b/plugins/eg-amp.lv2/amp.c
index b3fc7b4..2c65cc4 100644
--- a/plugins/eg-amp.lv2/amp.c
+++ b/plugins/eg-amp.lv2/amp.c
@@ -17,6 +17,7 @@
/** Include standard C headers */
#include <math.h>
+#include <stdint.h>
#include <stdlib.h>
/**