aboutsummaryrefslogtreecommitdiffstats
path: root/x11/rxvt-unicode/files/patch-src::rxvtutil.C
blob: 8a20f4b0a495897457eba3a85eedf393298a10a4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- ./src/rxvtutil.C.orig   Mon Aug 16 01:11:46 2004
+++ ./src/rxvtutil.C    Tue Aug 17 23:15:04 2004
@@ -4,6 +4,7 @@
 
 #include "rxvtutil.h"
 
+#ifdef HAVE_SYS_BYTEORDER_H
 class byteorder byteorder;
 
 byteorder::byteorder ()
@@ -20,6 +21,6 @@
 
   e = w.u;
 }
-
+#endif