]> git.pld-linux.org Git - packages/cgdb.git/commitdiff
- add missing #include <stdio.h> (it appears after am/ac regeneration)
authortwittner <twittner@pld-linux.org>
Wed, 24 Aug 2005 22:07:44 +0000 (22:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cgdb-missing_includes.patch -> 1.1

cgdb-missing_includes.patch [new file with mode: 0644]

diff --git a/cgdb-missing_includes.patch b/cgdb-missing_includes.patch
new file mode 100644 (file)
index 0000000..64bd92f
--- /dev/null
@@ -0,0 +1,13 @@
+--- cgdb-0.5.3/cgdb/lib/kui/src/kui_term.c~    2005-08-24 23:39:47.693507928 +0200
++++ cgdb-0.5.3/cgdb/lib/kui/src/kui_term.c     2005-08-24 23:48:35.060335984 +0200
+@@ -14,6 +14,10 @@
+ #include <stdlib.h> /* for getenv */
+ #endif /* HAVE_STDLIB_H */
++#if HAVE_STDIO_H
++#include <stdio.h>
++#endif /* HAVE_STDIO_H */
++
+ /* term.h prototypes */
+ extern int tgetent();
+ extern int tgetflag();
This page took 0.206953 seconds and 4 git commands to generate.