mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
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>
11 lines
175 B
Diff
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"
|
|
|