]> git.pld-linux.org Git - packages/cgdb.git/blob - cgdb-missing_includes.patch
- converted to UTF-8
[packages/cgdb.git] / cgdb-missing_includes.patch
1 --- cgdb-0.5.3/cgdb/lib/kui/src/kui_term.c~     2005-08-24 23:39:47.693507928 +0200
2 +++ cgdb-0.5.3/cgdb/lib/kui/src/kui_term.c      2005-08-24 23:48:35.060335984 +0200
3 @@ -14,6 +14,10 @@
4  #include <stdlib.h> /* for getenv */
5  #endif /* HAVE_STDLIB_H */
6  
7 +#if HAVE_STDIO_H
8 +#include <stdio.h>
9 +#endif /* HAVE_STDIO_H */
10 +
11  /* term.h prototypes */
12  extern int tgetent();
13  extern int tgetflag();
This page took 0.057066 seconds and 3 git commands to generate.