]> git.mxchange.org Git - flightgear.git/blobdiff - tests/test-text.cxx
JSBSim fix:
[flightgear.git] / 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;