]> git.pld-linux.org Git - packages/irssi.git/blob - irssi-gcc4.patch
- up to 1.2.2
[packages/irssi.git] / irssi-gcc4.patch
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
3 @@ -1,6 +1,10 @@
4  #ifndef __MISC_H
5  #define __MISC_H
6  
7 +#ifdef HAVE_CONFIG_H
8 +#include "irssi-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)
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  
19 +#ifdef HAVE_CONFIG_H
20 +#include "irssi-config.h"
21 +#endif
22 +
23  #ifdef NEED_PERL_H
24  #  include <EXTERN.h>
25  #  ifndef _SEM_SEMUN_UNDEFINED
This page took 0.077782 seconds and 3 git commands to generate.