From a23aee5de3a48d35b5a83a312d7aceaab0c4eaeb Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Mon, 13 Jan 2014 17:23:21 +0100 Subject: [PATCH] put some stuff back in --- .gitignore | 9 --------- src/client.h | 2 +- src/crypt.h | 2 +- src/ssl.h | 2 +- 4 files changed, 3 insertions(+), 12 deletions(-) diff --git a/.gitignore b/.gitignore index bf9e9cc..378eac2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1 @@ build -configure -depcomp -install-sh -missing -stamp-h1 -Makefile.in -aclocal.m4 -config.h.in -src/Makefile.in diff --git a/src/client.h b/src/client.h index 13ea427..8891ebe 100644 --- a/src/client.h +++ b/src/client.h @@ -31,7 +31,7 @@ #ifndef CLIENT_H_45786678 #define CLIENT_H_45786678 -//#include +#include #include #include /* close() */ #include diff --git a/src/crypt.h b/src/crypt.h index 7e549b1..e8f00c5 100644 --- a/src/crypt.h +++ b/src/crypt.h @@ -32,7 +32,7 @@ #define CRYPTSTATE_H_34564356 #ifdef HAVE_CONFIG_H -//#include +#include #endif #ifdef USE_POLARSSL diff --git a/src/ssl.h b/src/ssl.h index 1b2d015..c495cc5 100644 --- a/src/ssl.h +++ b/src/ssl.h @@ -33,7 +33,7 @@ #define SSL_H_987698 #ifdef HAVE_CONFIG_H -//#include +#include #endif #ifdef USE_POLARSSL -- 2.30.2