diff options
Diffstat (limited to 'lv2/worker')
-rw-r--r-- | lv2/worker/worker.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lv2/worker/worker.h b/lv2/worker/worker.h index 6926887..f874d84 100644 --- a/lv2/worker/worker.h +++ b/lv2/worker/worker.h @@ -26,10 +26,10 @@ #ifndef LV2_WORKER_H #define LV2_WORKER_H -#include <stdint.h> - #include "lv2/core/lv2.h" +#include <stdint.h> + #define LV2_WORKER_URI "http://lv2plug.in/ns/ext/worker" ///< http://lv2plug.in/ns/ext/worker #define LV2_WORKER_PREFIX LV2_WORKER_URI "#" ///< http://lv2plug.in/ns/ext/worker# |