diff options
author | Jordan Crouse <jordan.crouse@amd.com> | 2006-09-28 09:09:27 -0600 |
---|---|---|
committer | Jordan Crouse <jordan.crouse@amd.com> | 2006-09-28 09:24:59 -0600 |
commit | 2979196dae5615f2a78ace891d4ad6dd98c8fe6e (patch) | |
tree | ba2fad4179c2efa79b8004294236ac9b26461aff /src/cimarron.c | |
parent | 45eeb43888e92e2736d9b678ce6d67fb99449800 (diff) |
Update for 7.2 - fix config.h and other include problems.
This closes bug 8290 by applying the patch from Andres Salomon.
Diffstat (limited to 'src/cimarron.c')
-rw-r--r-- | src/cimarron.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cimarron.c b/src/cimarron.c index 80cb04a..76d8615 100644 --- a/src/cimarron.c +++ b/src/cimarron.c @@ -29,6 +29,10 @@ * and included in any Cimarron-based project. */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + /*----------------------------------------------------------------------*/ /* MODULE SETTINGS */ /* The following #defines affect which modules are included in the */ |