commit 85d2f2d6d513e28062fe48013893fa67d156c97e
parent 0904c18ab41a460b36b42b271dd4b304b1ee99e2
Author: Alexander Burger <abu@software-lab.de>
Date: Mon, 4 Feb 2013 18:32:37 +0100
Include files for httpGate.c and ssl.c (BSD compatibility)
Diffstat:
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/src/httpGate.c b/src/httpGate.c
@@ -1,4 +1,4 @@
-/* 20mar12abu
+/* 04feb13abu
* (c) Software Lab. Alexander Burger
*/
@@ -15,6 +15,8 @@
#include <sys/stat.h>
#include <netdb.h>
#include <arpa/inet.h>
+#include <netinet/in.h>
+#include <sys/socket.h>
#include <openssl/pem.h>
#include <openssl/ssl.h>
diff --git a/src/ssl.c b/src/ssl.c
@@ -1,4 +1,4 @@
-/* 22oct11abu
+/* 04feb13abu
* (c) Software Lab. Alexander Burger
*/
@@ -13,6 +13,8 @@
#include <sys/stat.h>
#include <netdb.h>
#include <arpa/inet.h>
+#include <netinet/in.h>
+#include <sys/socket.h>
#include <openssl/pem.h>
#include <openssl/ssl.h>