diff options
author | Carlos Garcia Campos <carlosgc@gnome.org> | 2008-08-07 13:32:15 +0200 |
---|---|---|
committer | Carlos Garcia Campos <carlosgc@gnome.org> | 2008-08-07 13:32:15 +0200 |
commit | 64ad7f8b6b515ccfb87453f986eb1f1ebe6da94f (patch) | |
tree | f8c3e2c4e0b11f0cd89a7e3b0a6f61ff7a319652 | |
parent | b1f1a09a0c85bec5b728c5165414cccb05132038 (diff) |
Do not include config.h if HAVE_CONFIG_H is not defined
-rw-r--r-- | libspectre/spectre-utils.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libspectre/spectre-utils.h b/libspectre/spectre-utils.h index d33b584..bfaf9a4 100644 --- a/libspectre/spectre-utils.h +++ b/libspectre/spectre-utils.h @@ -21,7 +21,9 @@ #ifndef SPECTRE_UTILS_H #define SPECTRE_UTILS_H +#ifdef HAVE_CONFIG_H #include <config.h> +#endif #include <stdarg.h> |