]> git.mxchange.org Git - simgear.git/blobdiff - simgear/math/sg_random.c
Patch from Melchior Franz:
[simgear.git] / 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()