ipdbg-la: Fix a build issue on Windows.
[...]/protocol.c:41:23: fatal error: sys/ioctl.h: No such file or directory
This commit is contained in:
parent
4be5746d1d
commit
24fbd9f814
|
@ -33,13 +33,12 @@
|
|||
#include <netinet/in.h>
|
||||
#include <arpa/inet.h>
|
||||
#include <netdb.h>
|
||||
#include <sys/ioctl.h>
|
||||
#endif
|
||||
|
||||
#include <errno.h>
|
||||
#include "protocol.h"
|
||||
|
||||
#include <sys/ioctl.h>
|
||||
|
||||
#define BUFFER_SIZE 4
|
||||
|
||||
/* Top-level command opcodes */
|
||||
|
|
Loading…
Reference in New Issue