1
0
Fork 0

Add #include <math.h> for fabs()

This commit is contained in:
curt 2001-11-08 16:52:51 +00:00
parent b85be56a55
commit 8ff6965f98

View file

@ -25,6 +25,7 @@
# include <config.h>
#endif
#include <math.h> // fabs()
#include <stdio.h> // sprintf()
#include <simgear/compiler.h>