pidgin: e71d4251: config.h is needed to determine USE_GTKS...
datallah at pidgin.im
datallah at pidgin.im
Fri Sep 17 14:46:42 EDT 2010
----------------------------------------------------------------------
Revision: e71d42518d6fd45f106f148da376c43e3eb6b294
Parent: 344e927e250e43b38d97e75682a3acd571d2e31b
Author: datallah at pidgin.im
Date: 09/17/10 14:40:46
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/e71d42518d6fd45f106f148da376c43e3eb6b294
Changelog:
config.h is needed to determine USE_GTKSPELL here.
Changes against parent 344e927e250e43b38d97e75682a3acd571d2e31b
patched pidgin/win32/wspell.c
-------------- next part --------------
============================================================
--- pidgin/win32/wspell.c 64effd8da6a677ffd8ba982dc39a16c50566306b
+++ pidgin/win32/wspell.c 2b7874bf6a55dbb59e738f65178b8cd9e59cedad
@@ -22,6 +22,10 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
*
*/
+
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#ifdef USE_GTKSPELL
#include <windows.h>
#include <string.h>
More information about the Commits
mailing list