Fix for Windows

This commit is contained in:
Robert Osfield
2002-07-27 10:25:51 +00:00
parent 933ecce3d9
commit 2c1b07e752

View File

@@ -23,7 +23,10 @@
#ifdef __cplusplus
#include <stdlib.h>
#include <unistd.h>
#if !defined(_MSC_VER)
#include <unistd.h>
#endif
/* Use prototypes in function declarations. */
#define YY_USE_PROTOS