Build fix, missing include for RLIMIT_NOFILE

This commit is contained in:
Joseph Henry
2017-09-15 19:55:27 -07:00
parent f7112da490
commit 60800d14ba

View File

@@ -46,6 +46,7 @@ for applications to use. See also: include/libzt.h */
#include <sys/socket.h>
#include <linux/if_packet.h>
#include <net/ethernet.h>
#include <sys/resource.h>
#endif
#include <pthread.h>