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:
Uwe Hermann 2018-09-01 21:00:31 +02:00
parent 4be5746d1d
commit 24fbd9f814
1 changed files with 1 additions and 2 deletions

View File

@ -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 */