aboutsummaryrefslogtreecommitdiff
path: root/toys.h
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2012-04-28 01:22:50 -0500
committerRob Landley <rob@landley.net>2012-04-28 01:22:50 -0500
commite3b171e6df244be8f7d5163ec5818406cce513f0 (patch)
tree5e0f48d7e50ece5ecc00184e7e7d32333b9445c2 /toys.h
parentf3b4a916525c6658e71def23ee37532b0313b663 (diff)
downloadtoybox-e3b171e6df244be8f7d5163ec5818406cce513f0.tar.gz
Georgi pointed out that some overly-pedantic C libraries require you to include both "string.h" and "strings.h". (Most don't.)
Diffstat (limited to 'toys.h')
-rw-r--r--toys.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/toys.h b/toys.h
index aa43ae7e..34cf035f 100644
--- a/toys.h
+++ b/toys.h
@@ -28,6 +28,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include <strings.h>
#include <sys/ioctl.h>
#include <sys/mman.h>
#include <sys/mount.h>