forked from Lainports/freebsd-ports
Disassembler and other tools for PalmOS binaries PR: 20837 Submitted by: Roman Shterenzon <roman@xpert.com>
11 lines
281 B
Text
11 lines
281 B
Text
--- src/pila/prc.c.orig Tue Aug 22 13:47:27 2000
|
|
+++ src/pila/prc.c Tue Aug 22 13:47:43 2000
|
|
@@ -22,7 +22,7 @@
|
|
#ifndef unix
|
|
//#include <windows.h>
|
|
#include <winsock.h>
|
|
-#else
|
|
+#elsif defined(__linux__)
|
|
// for htonl and ntohl
|
|
#include <asm/byteorder.h>
|
|
#endif
|