]> git.pld-linux.org Git - packages/irssi.git/blame - irssi-gcc4.patch
- one more
[packages/irssi.git] / irssi-gcc4.patch
CommitLineData
6cd21451 1--- irssi-0.8.11/src/core/misc.h 2007-04-25 20:13:56.000000000 +0200
2+++ irssi-0.8.11/src/core/misc.h-new 2007-06-07 01:41:35.677176190 +0200
50c553f7
PS
3@@ -1,6 +1,10 @@
4 #ifndef __MISC_H
5 #define __MISC_H
6
7+#ifdef HAVE_CONFIG_H
8+#include "config.h"
9+#endif
10+
11 /* `str' should be type char[MAX_INT_STRLEN] */
12 #define ltoa(str, num) \
13 g_snprintf(str, sizeof(str), "%d", num)
6cd21451 14--- irssi-0.8.11/src/perl/module.h 2007-04-25 20:13:56.000000000 +0200
15+++ irssi-0.8.11/src/perl/module.h-new 2007-06-07 01:42:22.832959937 +0200
16@@ -1,5 +1,9 @@
17 #include "common.h"
18
50c553f7
PS
19+#ifdef HAVE_CONFIG_H
20+#include "config.h"
21+#endif
22+
23 #ifdef NEED_PERL_H
24 # include <EXTERN.h>
25 # ifndef _SEM_SEMUN_UNDEFINED
This page took 0.061833 seconds and 4 git commands to generate.