]> git.mxchange.org Git - flightgear.git/commitdiff
Added #include <string.h>
authorcurt <curt>
Fri, 4 May 2001 05:19:01 +0000 (05:19 +0000)
committercurt <curt>
Fri, 4 May 2001 05:19:01 +0000 (05:19 +0000)
tests/test-text.cxx

index e01782ec9804f9cd1b845a4f52a18d90cab2bc5f..cc9a4e09e8e6e275a0cefd758ba63c99692eff33 100644 (file)
@@ -1,6 +1,7 @@
 // do some non-destructive read tests relating text files
 
 #include <stdio.h>
+#include <string.h>
 
 static void readchars( FILE *fd ) {
     char c;