Lowered req autotools version to 2.63. Added 'foreign' switch to avoid adding standar...
[umurmur.git] / src / ssl.h
index 5ed8384e30cdb47c65f8583490624a339fef85f6..27920e49b414a0dab06a803b9841675d3f92a8f8 100644 (file)
--- a/src/ssl.h
+++ b/src/ssl.h
@@ -1,5 +1,5 @@
-/* Copyright (C) 2009-2010, Martin Johansson <martin@fatbob.nu>
-   Copyright (C) 2005-2010, Thorvald Natvig <thorvald@natvig.com>
+/* Copyright (C) 2009-2011, Martin Johansson <martin@fatbob.nu>
+   Copyright (C) 2005-2011, Thorvald Natvig <thorvald@natvig.com>
 
    All rights reserved.
 
 #ifndef SSL_H_987698
 #define SSL_H_987698
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #ifdef USE_POLARSSL
 #include <polarssl/ssl.h>
 #else