Merge pull request #6563 from devnexen/fbsd_build_fix2

Add missing header
This commit is contained in:
Salvatore Sanfilippo 2019-11-25 09:45:29 +01:00 committed by GitHub
commit d88797da46

View File

@ -46,6 +46,7 @@
#include <pthread.h>
#include <syslog.h>
#include <netinet/in.h>
#include <sys/socket.h>
#include <lua.h>
#include <signal.h>