Moving getopt.h to src/lib/w32/ broke the Windows build. Fix.
This commit is contained in:
parent
4b2afc1e95
commit
6e3da4e1d0
5 changed files with 8 additions and 5 deletions
|
@ -67,7 +67,7 @@ static int quiet = 0;
|
|||
#define URAN_MIN 56
|
||||
|
||||
#if defined(_WIN32)
|
||||
#include "../lib/gen/getopt.h"
|
||||
#include <getopt.h>
|
||||
#else
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue