(getopt.h) move to src/lib/gen directory to prevent conflicts with
/usr/include/getopt.h.
This commit is contained in:
parent
ebb9a16af1
commit
fd700f235b
3 changed files with 181 additions and 183 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue