]> git.ipfire.org Git - thirdparty/newt.git/commitdiff
added include of string.h
authorewt <ewt>
Fri, 2 Aug 1996 18:43:53 +0000 (18:43 +0000)
committerewt <ewt>
Fri, 2 Aug 1996 18:43:53 +0000 (18:43 +0000)
button.c
textbox.c

index b1aaa27e7ec04e87ef0a9b2298070a023b108d33..110ec4285c839e74df98e28b72296dd7cac0e4d2 100644 (file)
--- a/button.c
+++ b/button.c
@@ -1,5 +1,6 @@
 #include <slang/slang.h>
 #include <stdlib.h>
+#include <string.h>
 
 #include "newt.h"
 #include "newt_pr.h"
index 504ebbe6e8eef097d918655c04d44b1b3e14ed68..5f9a6ba51a36abd6da9f0fe20a224c57ff8e001c 100644 (file)
--- a/textbox.c
+++ b/textbox.c
@@ -1,6 +1,7 @@
 #include <ctype.h>
 #include <slang/slang.h>
 #include <stdlib.h>
+#include <string.h>
 
 #include "newt.h"
 #include "newt_pr.h"