From 0b016f35ca082513ee77c62becae56220974a8a3 Mon Sep 17 00:00:00 2001 From: curt Date: Fri, 4 May 2001 05:19:01 +0000 Subject: [PATCH] Added #include --- tests/test-text.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test-text.cxx b/tests/test-text.cxx index e01782ec9..cc9a4e09e 100644 --- a/tests/test-text.cxx +++ b/tests/test-text.cxx @@ -1,6 +1,7 @@ // do some non-destructive read tests relating text files #include +#include static void readchars( FILE *fd ) { char c; -- 2.39.5