diff mcabber/connwrap/connwrap.h @ 69:c5a5707f495d

[/trunk] Changeset 83 by mikael * Some more fixes for auto{conf,make} * SSL should be detected and compiled in connwrap.
author mikael
date Tue, 12 Apr 2005 16:15:40 +0000
parents bf3d6e241714
children f7f07794d2df
line wrap: on
line diff
--- a/mcabber/connwrap/connwrap.h	Tue Apr 12 09:40:41 2005 +0000
+++ b/mcabber/connwrap/connwrap.h	Tue Apr 12 16:15:40 2005 +0000
@@ -1,6 +1,10 @@
 #ifndef __CONNWRAP_H__
 #define __CONNWRAP_H__
 
+#if HAVE_CONFIG_H
+# include <config.h>
+#endif
+
 #ifdef __cplusplus
 extern "C" {
 #endif