Adding missing includes needed on FreeBSD.

This commit is contained in:
Robin Sommer 2012-02-29 16:46:21 -08:00
parent 355c447698
commit 56dd7918d0
5 changed files with 8 additions and 4 deletions

View file

@ -4,6 +4,10 @@
using namespace std;
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include "Type.h"
#include "net_util.h"