From 3c4ac0b9f5b7aced60a763bcaca7b32cd53a7fec Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Sat, 9 Jul 2005 06:36:13 +0000 Subject: Include config.h in every source file to make sure necessary options are found when building in the modular tree --- src/stubs/cauthgen.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/stubs/cauthgen.c') diff --git a/src/stubs/cauthgen.c b/src/stubs/cauthgen.c index 690416e..dec438d 100644 --- a/src/stubs/cauthgen.c +++ b/src/stubs/cauthgen.c @@ -1,5 +1,8 @@ /* $XFree86$ */ +#ifdef HAVE_CONFIG_H +#include +#endif #include "stubs.h" int -- cgit v1.2.3