From 05509cb62aad541b830eefe3a65a860f8a385f5e Mon Sep 17 00:00:00 2001 From: ewt Date: Fri, 14 Feb 1997 03:32:26 +0000 Subject: [PATCH] including makes this a bit cleaner CVS patchset: 1423 CVS date: 1997/02/14 03:32:26 --- lib/stringbuf.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/stringbuf.c b/lib/stringbuf.c index 57009b1..2f3415d 100644 --- a/lib/stringbuf.c +++ b/lib/stringbuf.c @@ -1,5 +1,6 @@ #include #include +#include #include "stringbuf.h" #define BUF_CHUNK 1024 -- 2.7.4