[PATCH] awk.c: str[n]casecmp requires strings.h

Rich Felker dalias at aerifal.cx
Fri May 19 01:02:31 UTC 2006


portability/gnuism cleanup, no comment.

rich

-------------- next part --------------
Index: /home/shared/src/busybox/editors/awk.c
===================================================================
--- /home/shared/src/busybox/editors/awk.c	(revision 15108)
+++ /home/shared/src/busybox/editors/awk.c	(working copy)
@@ -12,6 +12,7 @@
 #include <unistd.h>
 #include <errno.h>
 #include <string.h>
+#include <strings.h>
 #include <time.h>
 #include <math.h>
 #include <ctype.h>


More information about the busybox mailing list