(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
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue