Include sys/socket.h to minimize differences with pledged code

This commit is contained in:
Alexandre Ratchov 2017-01-03 08:50:48 +01:00
parent a560f09bb6
commit 610a0fa247
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@
#include <sys/stat.h>
#include <sys/types.h>
#include <sys/resource.h>
#include <sys/socket.h>
#include <err.h>
#include <errno.h>