diff options
Diffstat (limited to 'src/lv2_evbuf.c')
-rw-r--r-- | src/lv2_evbuf.c | 2 |
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" |