diff options
Diffstat (limited to 'lang/nqc/files/patch-compiler_lexer.cpp')
-rw-r--r-- | lang/nqc/files/patch-compiler_lexer.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lang/nqc/files/patch-compiler_lexer.cpp b/lang/nqc/files/patch-compiler_lexer.cpp new file mode 100644 index 000000000000..1e952df48c10 --- /dev/null +++ b/lang/nqc/files/patch-compiler_lexer.cpp @@ -0,0 +1,10 @@ +--- compiler/lexer.cpp.orig 2013-11-03 11:24:46.670522000 +0000 ++++ compiler/lexer.cpp +@@ -11,6 +11,7 @@ + #define YY_FLEX_MINOR_VERSION 5 + + #include <stdio.h> ++#include <unistd.h> + + #if defined(__MWERKS__) && !__MACH__ && !YY_NEVER_INTERACTIVE + #include <unix.h> |