diff options
author | Stephanie J. Lockwood-Childs <wormo@gentoo.org> | 2008-10-31 06:19:17 +0000 |
---|---|---|
committer | Stephanie J. Lockwood-Childs <wormo@gentoo.org> | 2008-10-31 06:19:17 +0000 |
commit | 17f587c0c5ca55a80a7d0950b1734742aead8956 (patch) | |
tree | 59866144452749698015fa9c995a0cc94c2b5466 /dev-util/btyacc/files | |
parent | Removed vulnerable tikiwiki-2.0 (#243854). (diff) | |
download | gentoo-2-17f587c0c5ca55a80a7d0950b1734742aead8956.tar.gz gentoo-2-17f587c0c5ca55a80a7d0950b1734742aead8956.tar.bz2 gentoo-2-17f587c0c5ca55a80a7d0950b1734742aead8956.zip |
include missing header since gcc-4.3 is pickier about such things,
patch courtesy of Elias Pipping (bug #240950)
(Portage version: 2.1.4.5)
Diffstat (limited to 'dev-util/btyacc/files')
-rw-r--r-- | dev-util/btyacc/files/btyacc-3.0-includes.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/dev-util/btyacc/files/btyacc-3.0-includes.patch b/dev-util/btyacc/files/btyacc-3.0-includes.patch new file mode 100644 index 000000000000..a03f58fa3865 --- /dev/null +++ b/dev-util/btyacc/files/btyacc-3.0-includes.patch @@ -0,0 +1,10 @@ +--- mstring.c ++++ mstring.c +@@ -1,6 +1,7 @@ + #include <stdlib.h> + #include <stdio.h> + #include <stdarg.h> ++#include <string.h> + #include <ctype.h> + #include "mstring.h" + |