summaryrefslogblamecommitdiff
path: root/games/edge/files/patch-src__unx_sysinc.h
blob: 48e4012f72677e7373fba8e5bde89131d2272505 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                        
--- ./src/unx_sysinc.h.orig	Mon May 28 00:01:49 2007
+++ ./src/unx_sysinc.h	Wed Dec  5 23:19:09 2007
@@ -23,7 +23,7 @@
 
 #include <sys/ioctl.h>
 
-#ifndef MACOSX
+#ifdef __linux__
 #include <linux/cdrom.h>
 #endif