summaryrefslogtreecommitdiff
path: root/fileio.c
diff options
context:
space:
mode:
Diffstat (limited to 'fileio.c')
-rw-r--r--fileio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fileio.c b/fileio.c
index 5645d338f..27a22b193 100644
--- a/fileio.c
+++ b/fileio.c
@@ -1,6 +1,6 @@
#include "stdafx.h"
#include "ttd.h"
-#if defined(UNIX)
+#if defined(UNIX) || defined(__OS2__)
#include <ctype.h> // required for tolower()
#endif