From e3b171e6df244be8f7d5163ec5818406cce513f0 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sat, 28 Apr 2012 01:22:50 -0500 Subject: Georgi pointed out that some overly-pedantic C libraries require you to include both "string.h" and "strings.h". (Most don't.) --- toys.h | 1 + 1 file changed, 1 insertion(+) (limited to 'toys.h') diff --git a/toys.h b/toys.h index aa43ae7e..34cf035f 100644 --- a/toys.h +++ b/toys.h @@ -28,6 +28,7 @@ #include #include #include +#include #include #include #include -- cgit v1.2.3