diff options
author | Diego Escalante Urrelo <diegoe@src.gnome.org> | 2008-09-29 13:56:34 +0800 |
---|---|---|
committer | Diego Escalante Urrelo <diegoe@src.gnome.org> | 2008-09-29 13:56:34 +0800 |
commit | 14554e3f29aba4b727b4f89f4465b04871a6c3ee (patch) | |
tree | 99ffccc4edee426c2c4283ed796024977a7f92f7 /tests | |
parent | 393573604441bda839eb17a7c205b96bd3d73c8b (diff) | |
download | gsoc2013-epiphany-14554e3f29aba4b727b4f89f4465b04871a6c3ee.tar.gz gsoc2013-epiphany-14554e3f29aba4b727b4f89f4465b04871a6c3ee.tar.zst gsoc2013-epiphany-14554e3f29aba4b727b4f89f4465b04871a6c3ee.zip |
Add missing config.h
svn path=/trunk/; revision=8569
Diffstat (limited to 'tests')
-rw-r--r-- | tests/testephylocationentry.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testephylocationentry.c b/tests/testephylocationentry.c index b840743c7..905ae852f 100644 --- a/tests/testephylocationentry.c +++ b/tests/testephylocationentry.c @@ -21,6 +21,7 @@ * Boston, MA 02110-1301 USA */ +#include "config.h" #include "ephy-location-entry.h" #include <gtk/gtk.h> |