From 147067029906b00d75d995a93010a529bfba6aa4 Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Thu, 17 Jul 2003 16:48:53 +0000 Subject: Fix build with Perl 5.005_03. Reported by: many --- net/gaim/files/patch-plugins_perl_perl.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 net/gaim/files/patch-plugins_perl_perl.c (limited to 'net') diff --git a/net/gaim/files/patch-plugins_perl_perl.c b/net/gaim/files/patch-plugins_perl_perl.c new file mode 100644 index 000000000000..705e676cf57a --- /dev/null +++ b/net/gaim/files/patch-plugins_perl_perl.c @@ -0,0 +1,13 @@ +--- plugins/perl/perl.c.orig Thu Jul 17 12:43:32 2003 ++++ plugins/perl/perl.c Thu Jul 17 12:46:06 2003 +@@ -23,6 +23,10 @@ + * X-Chat Copyright (C) 1998 Peter Zelezny. + * + */ ++#ifdef HAVE_CONFIG_H ++#include ++#endif ++ + #ifdef DEBUG + # undef DEBUG + #endif -- cgit v1.2.3