]> git.mxchange.org Git - flightgear.git/commitdiff
Make sure snprintf can be found
authorehofman <ehofman>
Wed, 2 Feb 2005 08:47:33 +0000 (08:47 +0000)
committerehofman <ehofman>
Wed, 2 Feb 2005 08:47:33 +0000 (08:47 +0000)
src/FDM/JSBSim/FGNozzle.cpp

index c159c12a78acd23bf7e6b6515883a4c79efe5e67..95b3143a9ecc63a4fd0e50cf370c4f780d0ac292 100644 (file)
@@ -35,6 +35,7 @@ HISTORY
 INCLUDES
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
 
+#include <stdio.h>
 #include <sstream>
 
 #include "FGNozzle.h"