Moving getopt.h to src/lib/w32/ broke the Windows build. Fix.

This commit is contained in:
Markus Armbruster 2007-08-08 05:27:49 +00:00
parent 4b2afc1e95
commit 6e3da4e1d0
5 changed files with 8 additions and 5 deletions

View file

@ -40,8 +40,8 @@
#include <errno.h>
#if defined(_WIN32)
#include <direct.h>
#include <getopt.h>
#include <io.h>
#include "../lib/gen/getopt.h"
#else
#include <unistd.h>
#endif