Fix build on OpenBSD 5.2.

This commit is contained in:
Jon Siwek 2013-02-22 10:45:22 -06:00
parent a2556642e6
commit dd9f361bc7
2 changed files with 2 additions and 0 deletions

View file

@ -5,6 +5,7 @@
extern "C" { extern "C" {
#endif #endif
#include <sys/types.h>
#include <sys/socket.h> #include <sys/socket.h>
const char * const char *

View file

@ -2,6 +2,7 @@
#ifndef THREADING_SERIALIZATIONTYPES_H #ifndef THREADING_SERIALIZATIONTYPES_H
#define THREADING_SERIALIZATIONTYPES_H #define THREADING_SERIALIZATIONTYPES_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>