diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-02-20 19:52:39 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-02-20 19:52:39 +0800 |
commit | 6144cc5d78fc555baed63847efafd5eeff1490bf (patch) | |
tree | 6605c181c47af46a01ff925d6807d26290b9ab21 /lib | |
parent | e95a6bc40b76398f9bf16b115020670b40844f74 (diff) | |
download | gsoc2013-epiphany-6144cc5d78fc555baed63847efafd5eeff1490bf.tar.gz gsoc2013-epiphany-6144cc5d78fc555baed63847efafd5eeff1490bf.tar.zst gsoc2013-epiphany-6144cc5d78fc555baed63847efafd5eeff1490bf.zip |
#ifdef HAVE_CONFIG_H the inclusion of config.h.
2004-02-20 Christian Persch <chpe@cvs.gnome.org>
* lib/eel-gconf-extensions.c:
#ifdef HAVE_CONFIG_H the inclusion of config.h.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/eel-gconf-extensions.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/eel-gconf-extensions.c b/lib/eel-gconf-extensions.c index 6e0ca59dd..387eb4e9e 100644 --- a/lib/eel-gconf-extensions.c +++ b/lib/eel-gconf-extensions.c @@ -22,7 +22,10 @@ Authors: Ramiro Estrugo <ramiro@eazel.com> */ -#include <config.h> +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "eel-gconf-extensions.h" #include <glib/gi18n.h> |