Skip to content

Instantly share code, notes, and snippets.

@taybin
Created July 3, 2010 20:33
Show Gist options
  • Save taybin/462817 to your computer and use it in GitHub Desktop.
Save taybin/462817 to your computer and use it in GitHub Desktop.
fix compiling ladspa_sdk
diff --git a/src/applyplugin.c b/src/applyplugin.c
index 335e89b..2fefd91 100644
--- a/src/applyplugin.c
+++ b/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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment