diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2011-10-18 15:31:10 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2011-10-18 15:31:10 +0200 |
commit | 44d420457443d141576a2252f6181a8f432d673b (patch) | |
tree | c7d32668e649f3dbdec1e26a288f6f3c25a4c8a2 /lv2/event-helpers.h | |
parent | 01f85a285977aca097f4d314899893c234f36d14 (diff) |
Rename event.h to lv2_event.h in order to avoid naming conflict with local include/event.h
Diffstat (limited to 'lv2/event-helpers.h')
-rw-r--r-- | lv2/event-helpers.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lv2/event-helpers.h b/lv2/event-helpers.h index b14f7d9..fb7de65 100644 --- a/lv2/event-helpers.h +++ b/lv2/event-helpers.h @@ -25,7 +25,7 @@ #include <string.h> #include <stdlib.h> #include <assert.h> -#include "event.h" +#include "lv2_event.h" /** @file * Helper functions for the LV2 Event extension |