mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
a8b516640f
PR: 41821 Submitted by: MAINTAINER
12 lines
328 B
C
12 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>
|