summaryrefslogtreecommitdiff
path: root/src/udp.h
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2008-12-29 07:15:24 +0000
committerChristian Pointner <equinox@anytun.org>2008-12-29 07:15:24 +0000
commit2cfb754f6abf441cbcf4e639cd26c060b3e4cc95 (patch)
tree3f35835b3c1667ddf395f3a67b0e0123f92ddeae /src/udp.h
parentimproved signal handling (diff)
fixed build for OpenBSD (no tun device yet)
Diffstat (limited to 'src/udp.h')
-rw-r--r--src/udp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/udp.h b/src/udp.h
index e7d4875..4873483 100644
--- a/src/udp.h
+++ b/src/udp.h
@@ -35,6 +35,7 @@
#ifndef _UDP_H_
#define _UDP_H_
+#include <sys/types.h>
#include <sys/socket.h>
typedef struct sockaddr_storage udp_endpoint_t;