Files
gentoo/dev-util/btyacc/files/btyacc-3.0-includes.patch
Michael Mair-Keimberger cb4cd7feff dev-util/btyacc: EAPI7 revbump, improve ebuild
Closes: https://bugs.gentoo.org/664546
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/9692
Signed-off-by: Aaron Bauman <bman@gentoo.org>
2019-02-26 23:30:34 -05:00

11 lines
175 B
Diff

--- a/mstring.c
+++ b/mstring.c
@@ -1,6 +1,7 @@
#include <stdlib.h>
#include <stdio.h>
#include <stdarg.h>
+#include <string.h>
#include <ctype.h>
#include "mstring.h"