aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ext/event.lv2/event-helpers.h2
-rw-r--r--ext/osc.lv2/osc-print.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/event.lv2/event-helpers.h b/ext/event.lv2/event-helpers.h
index 14500b8..37ca451 100644
--- a/ext/event.lv2/event-helpers.h
+++ b/ext/event.lv2/event-helpers.h
@@ -25,7 +25,7 @@
#include <string.h>
#include <stdlib.h>
#include <assert.h>
-#include "event.lv2/event.h"
+#include "lv2/http/lv2plug.in/ns/ext/event/event.h"
/** @file
* Helper functions for the LV2 Event extension
diff --git a/ext/osc.lv2/osc-print.h b/ext/osc.lv2/osc-print.h
index 7d590f3..8e34882 100644
--- a/ext/osc.lv2/osc-print.h
+++ b/ext/osc.lv2/osc-print.h
@@ -23,7 +23,7 @@
#ifndef LV2_OSC_PRINT_H
#define LV2_OSC_PRINT_H
-#include "ext/osc.lv2/osc.h"
+#include "lv2/http/lv2plug.in/ns/ext/osc/osc.h"
#ifdef __cplusplus
extern "C" {