summaryrefslogtreecommitdiff
path: root/audio/ladspa/files/patch-src_applyplugin.c
blob: 96274d17dda6a6bfaa692cad2fd0856583ccf94a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/applyplugin.c.orig	2007-11-06 10:52:56 UTC
+++ src/applyplugin.c
@@ -6,7 +6,7 @@
 /*****************************************************************************/
 
 #include <dlfcn.h>
-#include <endian.h>
+#include <machine/endian.h>
 #include <errno.h>
 #include <math.h>
 #include <stdlib.h>