[PATCH] obscure.c needs strings.h (strcasecmp)

Rich Felker dalias at aerifal.cx
Fri May 19 01:58:37 UTC 2006


no comments.

rich

-------------- next part --------------
Index: libbb/obscure.c
===================================================================
--- libbb/obscure.c	(revision 15108)
+++ libbb/obscure.c	(working copy)
@@ -42,6 +42,7 @@
 #include <ctype.h>
 #include <unistd.h>
 #include <string.h>
+#include <strings.h>
 
 #include "libbb.h"
 


More information about the busybox mailing list