aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/socket.c
diff options
context:
space:
mode:
Diffstat (limited to 'Source/charon/socket.c')
-rw-r--r--Source/charon/socket.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/charon/socket.c b/Source/charon/socket.c
index e650cd83d..89a6c11a6 100644
--- a/Source/charon/socket.c
+++ b/Source/charon/socket.c
@@ -29,9 +29,10 @@
#include <unistd.h>
#include <stdlib.h>
-#include "allocator.h"
#include "socket.h"
+#include "utils/allocator.h"
+
typedef struct private_socket_s private_socket_t;
struct private_socket_s{