summaryrefslogtreecommitdiff
path: root/palm/palmpower/files/patch-aa
blob: 6385d1a71dcbff41c3dc192ee77593d7f9d25177 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/pila/main.c.orig	Tue Aug 22 13:45:39 2000
+++ src/pila/main.c	Tue Aug 22 13:47:16 2000
@@ -26,7 +26,7 @@
 // for htonl and ntohl
 #ifndef unix
     #include <winsock.h>
-#else
+#elsif defined(__linux__)
     #include <asm/byteorder.h>
 #endif