Add header for AF_UNIX on BSD

This commit is contained in:
Michael Santos
2014-03-22 09:53:07 -04:00
parent 280c132549
commit c212efa55e

View File

@@ -20,6 +20,7 @@
#include <sys/resource.h>
#include <sys/types.h>
#include <signal.h>
#include <sys/socket.h>
#include <arpa/inet.h>
#include <stdint.h>