storj-uplink: 1.119.15 -> 1.120.4 (#375732)
[NixPkgs.git] / pkgs / by-name / nq / nqc / nqc-unistd.patch
blob7abf37f93ca7bf762503377d0bf13bad58d23abb
1 diff -ruN nqc-3.1.r6-old/compiler/lexer.cpp nqc-3.1.r6-new/compiler/lexer.cpp
2 --- nqc-3.1.r6-old/compiler/lexer.cpp 2007-06-06 20:19:10.000000000 +0200
3 +++ nqc-3.1.r6-new/compiler/lexer.cpp 2022-10-13 07:57:08.247213954 +0200
4 @@ -11,6 +11,7 @@
5 #define YY_FLEX_MINOR_VERSION 5
7 #include <stdio.h>
8 +#include <unistd.h>
10 #if defined(__MWERKS__) && !__MACH__ && !YY_NEVER_INTERACTIVE
11 #include <unix.h>