aboutsummaryrefslogtreecommitdiffstats
path: root/src/ssl/unix_socket/unx_sock.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ssl/unix_socket/unx_sock.cpp')
-rw-r--r--src/ssl/unix_socket/unx_sock.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ssl/unix_socket/unx_sock.cpp b/src/ssl/unix_socket/unx_sock.cpp
index ca4d476b7..0552a33b6 100644
--- a/src/ssl/unix_socket/unx_sock.cpp
+++ b/src/ssl/unix_socket/unx_sock.cpp
@@ -1,6 +1,6 @@
/**
* Unix Socket
-* (C) 2004-2006 Jack Lloyd
+* (C) 2004-2010 Jack Lloyd
*
* Released under the terms of the Botan license
*/
@@ -11,6 +11,7 @@
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/time.h>
+#include <netinet/in.h>
#include <netdb.h>
#include <unistd.h>
#include <errno.h>