summaryrefslogtreecommitdiff
path: root/sysutils/dd_rescue/files/patch-md5.c
blob: 6c6455f9b5206c3ec6c7b22a6e59d2cbea77c643 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- md5.c.orig	2014-06-29 00:53:13.000000000 +0900
+++ md5.c	2014-06-29 00:53:22.000000000 +0900
@@ -12,7 +12,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <stdint.h>
-#include <endian.h>
+#include <machine/endian.h>
 #include <assert.h>
 #include <netinet/in.h>