From 2f39b688f46ad492cfd2c26250be0898223acb08 Mon Sep 17 00:00:00 2001 From: curt Date: Fri, 18 May 2001 19:06:26 +0000 Subject: [PATCH] Added #include --- simgear/math/sg_random.c | 4 ++++ 1 file changed, 4 insertions(+) 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() -- 2.39.5