diff --git a/simgear/math/sg_random.c b/simgear/math/sg_random.c index 2e9ceb9c..f67f1341 100644 --- a/simgear/math/sg_random.c +++ b/simgear/math/sg_random.c @@ -22,6 +22,10 @@ // $Id$ +#ifdef HAVE_CONFIG_H +# include +#endif + #include #include // for random(), srandom() #include // for time() to seed srandom()