include sys/socket.h in net.c

This commit is contained in:
Joris Vink 2019-10-03 12:19:36 +02:00
parent e59dcfb236
commit 5e6a8d42cf
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@
*/
#include <sys/param.h>
#include <sys/socket.h>
#include <sys/types.h>
#if defined(__linux__)