From: twittner Date: Wed, 24 Aug 2005 22:07:44 +0000 (+0000) Subject: - add missing #include (it appears after am/ac regeneration) X-Git-Tag: AC-STABLE~2 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fcgdb.git;a=commitdiff_plain;h=d8b0eea7b71d9b36341e43ce80d38a0180e6ee16 - add missing #include (it appears after am/ac regeneration) Changed files: cgdb-missing_includes.patch -> 1.1 --- diff --git a/cgdb-missing_includes.patch b/cgdb-missing_includes.patch new file mode 100644 index 0000000..64bd92f --- /dev/null +++ b/cgdb-missing_includes.patch @@ -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 /* for getenv */ + #endif /* HAVE_STDLIB_H */ + ++#if HAVE_STDIO_H ++#include ++#endif /* HAVE_STDIO_H */ ++ + /* term.h prototypes */ + extern int tgetent(); + extern int tgetflag();