summaryrefslogtreecommitdiffstats
path: root/src/unistd.h
blob: 46a5fbc0fa07d706843372d917d1ed797b987b4b (plain)
1
2
3
4
5
6
7
/* this is a dummy file, that is needed for compiling files that are 
 * generated with flex under Windows 95/NT. 
 */
#if defined(_MSC_VER)
#include <io.h>
#endif