]> git.mxchange.org Git - simgear.git/commitdiff
Added #include <config.h>
authorcurt <curt>
Fri, 18 May 2001 19:06:26 +0000 (19:06 +0000)
committercurt <curt>
Fri, 18 May 2001 19:06:26 +0000 (19:06 +0000)
simgear/math/sg_random.c

index 2e9ceb9c4465846b4ffd2a59bf4dd41f8b34ddc8..f67f1341d37f8fe3862eb2e7084ba37dd89eda08 100644 (file)
 // $Id$
 
 
+#ifdef HAVE_CONFIG_H
+#  include <simgear_config.h>
+#endif
+
 #include <stdio.h>
 #include <stdlib.h>         // for random(), srandom()
 #include <time.h>           // for time() to seed srandom()