Added #include <config.h>

This commit is contained in:
curt 2001-05-18 19:06:26 +00:00
parent 724a2ef83b
commit 2f39b688f4

View File

@ -22,6 +22,10 @@
// $Id$ // $Id$
#ifdef HAVE_CONFIG_H
# include <simgear_config.h>
#endif
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> // for random(), srandom() #include <stdlib.h> // for random(), srandom()
#include <time.h> // for time() to seed srandom() #include <time.h> // for time() to seed srandom()