Merge branch 'autotools'
[umurmur.git] / src / ssl.h
index 609140ecc86e1eeb45b58f2140186d7607bea0d6..27920e49b414a0dab06a803b9841675d3f92a8f8 100644 (file)
--- a/src/ssl.h
+++ b/src/ssl.h
 #ifndef SSL_H_987698
 #define SSL_H_987698
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #ifdef USE_POLARSSL
 #include <polarssl/ssl.h>
 #else