Ticket #16049: patch-hosts-lv2_event_helpers.h.diff
File patch-hosts-lv2_event_helpers.h.diff, 312 bytes (added by dbevans (David B. Evans), 16 years ago) |
---|
-
hosts/lv2_event_helpers.h
old new 23 23 #include <stdint.h> 24 24 #include <stdbool.h> 25 25 #include <string.h> 26 #include < malloc.h>26 #include <sys/malloc.h> 27 27 #include <assert.h> 28 28 #include "lv2_event.h" 29 29