src/internal.h

changeset 10245
81654bee87e8
parent 10114
7da34f030459
child 10466
f4c0ecfaf9b2
--- a/src/internal.h	Tue Nov 23 02:49:09 2004 +0000
+++ b/src/internal.h	Tue Nov 23 05:53:59 2004 +0000
@@ -147,4 +147,10 @@
 
 #define GAIM_WEBSITE "http://gaim.sourceforge.net/"
 
+#ifndef _WIN32
+/* Everything needs to include this, because
+ * everything gets the autoconf macros */
+#include "prefix.h"
+#endif /* _WIN32 */
+
 #endif /* _GAIM_INTERNAL_H_ */

mercurial