Added include sys/types.h to keep FreeBSD happy.
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user