##// END OF EJS Templates
mpm@selenic.com -
r464:50da4bb9 merge default
parent child Browse files
Show More
@@ -27,6 +27,7 b' static uint32_t htonl(uint32_t x)'
27 #else
27 #else
28 #include <netinet/in.h>
28 #include <netinet/in.h>
29 #include <sys/types.h>
29 #include <sys/types.h>
30 #include <stdint.h>
30 #endif
31 #endif
31
32
32 struct line {
33 struct line {
@@ -38,6 +38,7 b' static uint32_t ntohl(uint32_t x)'
38 #else
38 #else
39 #include <netinet/in.h>
39 #include <netinet/in.h>
40 #include <sys/types.h>
40 #include <sys/types.h>
41 #include <stdint.h>
41 #endif
42 #endif
42
43
43 static char mpatch_doc[] = "Efficient binary patching.";
44 static char mpatch_doc[] = "Efficient binary patching.";
General Comments 0
You need to be logged in to leave comments. Login now