summaryrefslogtreecommitdiffstats
path: root/multimedia/spook/files/patch-md5.c
blob: 508f09c0773f6af6696d3cf2b384990109953218 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- md5.c.orig	2008-09-02 14:40:15.000000000 +0100
+++ md5.c	2008-09-02 14:41:52.000000000 +0100
@@ -21,7 +21,11 @@
 #include <string.h>
 #include <sys/types.h>
 
+#ifdef __FreeBSD__
+#include <machine/endian.h>
+#else
 #include <endian.h>
+#endif
 #if __BYTE_ORDER == __BIG_ENDIAN
 #define WORDS_BIGENDIAN
 #endif
OpenPOWER on IntegriCloud