diff options
Diffstat (limited to 'dev-util/btyacc/files/btyacc-3.0-includes.patch')
-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" + |