From: Felix Morgner Date: Mon, 13 Jan 2014 16:23:21 +0000 (+0100) Subject: put some stuff back in X-Git-Url: http://git.code-monkey.de/?p=umurmur.git;a=commitdiff_plain;h=a23aee5de3a48d35b5a83a312d7aceaab0c4eaeb put some stuff back in --- 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