diff options
author | Brent Eagles <brent@zeroc.com> | 2005-10-04 14:37:52 +0000 |
---|---|---|
committer | Brent Eagles <brent@zeroc.com> | 2005-10-04 14:37:52 +0000 |
commit | 3989cabc96e289d1d9c14a530332a00d6581f2c7 (patch) | |
tree | f724b75a09bbfe301e535c4d4665df57b4d7aa61 /cpp/src | |
parent | added a buildrequires set (incomplete) and icegrid files (diff) | |
download | ice-3989cabc96e289d1d9c14a530332a00d6581f2c7.tar.bz2 ice-3989cabc96e289d1d9c14a530332a00d6581f2c7.tar.xz ice-3989cabc96e289d1d9c14a530332a00d6581f2c7.zip |
adding dummy include for windows build
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/IceGrid/dummyinclude/unistd.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cpp/src/IceGrid/dummyinclude/unistd.h b/cpp/src/IceGrid/dummyinclude/unistd.h new file mode 100644 index 00000000000..92d53d10b9b --- /dev/null +++ b/cpp/src/IceGrid/dummyinclude/unistd.h @@ -0,0 +1,4 @@ +// +// Files generated by flex need unistd.h, which is not available on +// Windows. Thus this dummy file. +// |