mirror of https://github.com/wb2osz/direwolf.git
Explicitly include necessary headers
This commit is contained in:
parent
7636df04c9
commit
3a7dea69cb
|
@ -67,6 +67,7 @@
|
|||
#include <sys/types.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <sys/socket.h>
|
||||
#include <arpa/inet.h>
|
||||
#include <netinet/in.h>
|
||||
#include <netinet/tcp.h>
|
||||
#include <fcntl.h>
|
||||
|
|
1
dwgpsd.c
1
dwgpsd.c
|
@ -41,6 +41,7 @@
|
|||
#include <string.h>
|
||||
#include <errno.h>
|
||||
#include <time.h>
|
||||
#include <math.h>
|
||||
|
||||
#if __WIN32__
|
||||
#error Not for Windows
|
||||
|
|
1
igate.c
1
igate.c
|
@ -78,6 +78,7 @@
|
|||
#include <sys/types.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <sys/socket.h>
|
||||
#include <arpa/inet.h>
|
||||
#include <netinet/in.h>
|
||||
#include <netinet/tcp.h>
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue