freebsd-ports/audio/ladspa/files/patch-applyplugin.c
Kevin Lo a8b516640f Update to version 1.1
PR: 41821
Submitted by: MAINTAINER
2002-08-21 01:46:40 +00:00

11 lines
328 B
C

--- src/applyplugin.c.orig Sat May 11 23:31:00 2002
+++ src/applyplugin.c Sat May 11 23:31:09 2002
@@ -6,7 +6,7 @@
/*****************************************************************************/
#include <dlfcn.h>
-#include <endian.h>
+#include <machine/endian.h>
#include <errno.h>
#include <math.h>
#include <stdlib.h>