aboutsummaryrefslogtreecommitdiffstats
path: root/src/lv2_evbuf.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-03-19 17:13:21 +0000
committerDavid Robillard <d@drobilla.net>2012-03-19 17:13:21 +0000
commit8c3d43dab383ccf99899ca295e075c064110d7a4 (patch)
tree4033cac5055dff0762a0142d2892da52616e9d38 /src/lv2_evbuf.c
parent2bb1e7c375464c8603278923775fbbc3ded9a959 (diff)
downloadjalv-8c3d43dab383ccf99899ca295e075c064110d7a4.tar.gz
jalv-8c3d43dab383ccf99899ca295e075c064110d7a4.tar.bz2
jalv-8c3d43dab383ccf99899ca295e075c064110d7a4.zip
Update for latest atom extension.
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@4077 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/lv2_evbuf.c')
-rw-r--r--src/lv2_evbuf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lv2_evbuf.c b/src/lv2_evbuf.c
index 3037e82..274d120 100644
--- a/src/lv2_evbuf.c
+++ b/src/lv2_evbuf.c
@@ -15,8 +15,8 @@
*/
#include <assert.h>
-#include <string.h>
#include <stdlib.h>
+#include <string.h>
#include "lv2/lv2plug.in/ns/ext/atom/atom.h"
#include "lv2/lv2plug.in/ns/ext/event/event.h"