Added include sys/types.h to keep FreeBSD happy.

This commit is contained in:
pdw
2004-08-09 20:41:57 +00:00
parent d5cdd96df5
commit 42e3e8e43a

View File

@@ -6,6 +6,7 @@
#ifndef __OPTIONS_H_ /* include guard */ #ifndef __OPTIONS_H_ /* include guard */
#define __OPTIONS_H_ #define __OPTIONS_H_
#include <sys/types.h>
#include <sys/socket.h> #include <sys/socket.h>
#include <netinet/in.h> #include <netinet/in.h>
#include <arpa/inet.h> #include <arpa/inet.h>