diff options
author | Xan Lopez <xan@src.gnome.org> | 2007-10-26 04:01:48 +0800 |
---|---|---|
committer | Xan Lopez <xan@src.gnome.org> | 2007-10-26 04:01:48 +0800 |
commit | 7af817960075883fccf2337e27aa485935965fd6 (patch) | |
tree | 8dbcc615af25ed8b56b73e0479ca650ef72c8eed /embed/ephy-embed-utils.c | |
parent | f81e06a9dd460b7a65bfc1476cd9dfa476f30ce6 (diff) | |
download | gsoc2013-epiphany-7af817960075883fccf2337e27aa485935965fd6.tar.gz gsoc2013-epiphany-7af817960075883fccf2337e27aa485935965fd6.tar.zst gsoc2013-epiphany-7af817960075883fccf2337e27aa485935965fd6.zip |
Add config.h in ephy-embed-utils.c
svn path=/trunk/; revision=7567
Diffstat (limited to 'embed/ephy-embed-utils.c')
-rw-r--r-- | embed/ephy-embed-utils.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/embed/ephy-embed-utils.c b/embed/ephy-embed-utils.c index 58768f8fa..4a9c44c85 100644 --- a/embed/ephy-embed-utils.c +++ b/embed/ephy-embed-utils.c @@ -22,11 +22,13 @@ * $Id: */ -#include "ephy-string.h" +#include "config.h" + #include <string.h> #include <glib/gi18n.h> +#include "ephy-string.h" #include "ephy-embed-utils.h" char* |