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 d39afb687d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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>