Added #include <config.h>
This commit is contained in:
parent
724a2ef83b
commit
2f39b688f4
@ -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()
|
||||||
|
Loading…
Reference in New Issue
Block a user