(getopt.h) move to src/lib/gen directory to prevent conflicts with

/usr/include/getopt.h.
This commit is contained in:
Ron Koenderink 2004-12-15 14:02:07 +00:00
parent ebb9a16af1
commit fd700f235b
3 changed files with 181 additions and 183 deletions

View file

@ -48,7 +48,7 @@
#if defined(_WIN32)
#include <winsock.h>
#include <process.h>
#include "getopt.h"
#include "../lib/gen/getopt.h"
#endif
#include "misc.h"