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
|
@ -44,10 +44,10 @@
|
|||
#if defined(_WIN32)
|
||||
#include <winsock2.h>
|
||||
#undef NS_ALL
|
||||
#include <process.h>
|
||||
#include <direct.h>
|
||||
#include <getopt.h>
|
||||
#include <process.h>
|
||||
#include "service.h"
|
||||
#include "../lib/gen/getopt.h"
|
||||
#else
|
||||
#include <sys/types.h>
|
||||
#include <unistd.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue