changeset 6235:1049dd7e976e

[gaim-migrate @ 6728] This should fix "config.h defines referenced before config.h in perl.c" http://sourceforge.net/tracker/index.php?func=detail&aid=774284&group_id=235&atid=100235 committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 19 Jul 2003 19:42:55 +0000
parents ff7aa6acee95
children 7ff81c01d238
files plugins/perl/perl.c
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/plugins/perl/perl.c	Sat Jul 19 19:34:36 2003 +0000
+++ b/plugins/perl/perl.c	Sat Jul 19 19:42:55 2003 +0000
@@ -23,6 +23,11 @@
  * X-Chat Copyright (C) 1998 Peter Zelezny.
  *
  */
+
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #ifdef DEBUG
 # undef DEBUG
 #endif