From: curt Date: Fri, 4 May 2001 05:19:01 +0000 (+0000) Subject: Added #include X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=0b016f35ca082513ee77c62becae56220974a8a3;p=flightgear.git Added #include --- 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;