]> TLD Linux GIT Repositories - packages/poldek.git/blob - poldek-Os-fail-workaround.patch
- copied from PLD CVS, config for PLD replaced with config for TLD
[packages/poldek.git] / poldek-Os-fail-workaround.patch
1 --- poldek-0.30/cli/shell.c~    2010-11-25 22:30:09.000000000 +0100
2 +++ poldek-0.30/cli/shell.c     2011-02-06 20:20:23.502000232 +0100
3 @@ -18,6 +18,13 @@
4  # include "config.h"
5  #endif
6  
7 +#ifndef __USE_EXTERN_INLINES
8 +# define __USE_EXTERN_INLINES
9 +# include <argp.h>
10 +# undef __USE_EXTERN_INLINES
11 +#else
12 +# include <argp.h>
13 +#endif
14  #include <stdio.h>
15  #include <stdlib.h>
16  #include <stdint.h>
17 @@ -28,7 +35,6 @@
18  #include <sys/errno.h>
19  #include <sys/param.h>
20  #include <signal.h>
21 -#include <argp.h>
22  #include <fnmatch.h>
23  #include <unistd.h>
24