aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/networking/host.h
diff options
context:
space:
mode:
authorMartin Willi <martin@revosec.ch>2013-10-11 14:45:56 +0200
committerMartin Willi <martin@revosec.ch>2014-06-03 12:24:34 +0200
commit922ee2c5292ba898ac1ca72c69e877af307b0bc4 (patch)
treebfa2860e468daefd2a356e5702fe23f5472b10c1 /src/libstrongswan/networking/host.h
parentb4c51061c3c649e948324d1f3ad37ef6e48f8b96 (diff)
downloadstrongswan-922ee2c5292ba898ac1ca72c69e877af307b0bc4.tar.bz2
strongswan-922ee2c5292ba898ac1ca72c69e877af307b0bc4.tar.xz
windows: Add a common Windows header for platform specific wrappers
Include some more basic system headers in utils.h, so we can use that common header on the different platforms.
Diffstat (limited to 'src/libstrongswan/networking/host.h')
-rw-r--r--src/libstrongswan/networking/host.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/libstrongswan/networking/host.h b/src/libstrongswan/networking/host.h
index 4fc6cf35c..9c9b5035f 100644
--- a/src/libstrongswan/networking/host.h
+++ b/src/libstrongswan/networking/host.h
@@ -30,10 +30,8 @@ typedef struct host_t host_t;
#include <stdlib.h>
#include <stdio.h>
#include <sys/types.h>
-#include <sys/socket.h>
-#include <netinet/in.h>
-#include <arpa/inet.h>
+#include <utils/utils.h>
#include <utils/chunk.h>
/**