From 25261ad0c37e25c9d1a9a759152d4a936a96a715 Mon Sep 17 00:00:00 2001 From: Colin McCabe Date: Tue, 15 Dec 2009 15:49:13 -0800 Subject: [PATCH] Include string.h in errno_speak.c --- errno_speak.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/errno_speak.c b/errno_speak.c index 832ebe3..98e06e9 100644 --- a/errno_speak.c +++ b/errno_speak.c @@ -1,6 +1,7 @@ #include #include #include +#include /* * This program takes an errno number as input, and prints out a long -- 1.6.6.rc1.39.g9a42