From: curt Date: Fri, 18 May 2001 19:06:26 +0000 (+0000) Subject: Added #include X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2f39b688f46ad492cfd2c26250be0898223acb08;p=simgear.git Added #include --- 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()