BSD headers.

This commit is contained in:
Bruno Silvestre 2015-01-28 16:38:00 -02:00
parent a9b81b1c10
commit acbf575420

View File

@ -20,6 +20,9 @@
#include <openssl/bio.h>
#include <openssl/bn.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <lua.h>