summaryrefslogtreecommitdiffstats
path: root/trunk/source/files.cc
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/source/files.cc')
-rw-r--r--trunk/source/files.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/trunk/source/files.cc b/trunk/source/files.cc
index 56fc9bfd78..4df8035f16 100644
--- a/trunk/source/files.cc
+++ b/trunk/source/files.cc
@@ -35,7 +35,7 @@
#include <file.h>
#endif
-#ifdef LINUX
+#ifdef UNIX
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>