diff options
author | Mark Spruiell <mes@zeroc.com> | 2004-01-22 17:19:44 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2004-01-22 17:19:44 +0000 |
commit | 135d30056c587c55e2eee65564d3a76545cde366 (patch) | |
tree | 90d201a2c37104e092e81a0e59df76fb9392f213 /cpp/src | |
parent | missing custom rules for Grammar.cpp, Scanner.cpp in release mode (diff) | |
download | ice-135d30056c587c55e2eee65564d3a76545cde366.tar.bz2 ice-135d30056c587c55e2eee65564d3a76545cde366.tar.xz ice-135d30056c587c55e2eee65564d3a76545cde366.zip |
adding dummyinclude
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/FreezeScript/dummyinclude/unistd.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cpp/src/FreezeScript/dummyinclude/unistd.h b/cpp/src/FreezeScript/dummyinclude/unistd.h new file mode 100644 index 00000000000..92d53d10b9b --- /dev/null +++ b/cpp/src/FreezeScript/dummyinclude/unistd.h @@ -0,0 +1,4 @@ +// +// Files generated by flex need unistd.h, which is not available on +// Windows. Thus this dummy file. +// |