(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

@ -44,7 +44,7 @@
#include <sys/file.h>
#else
#include <direct.h>
#include "getopt.h"
#include "../lib/gen/getopt.h"
#endif
#include <stdarg.h>
#include <stdio.h>