diff options
author | Diego Escalante Urrelo <diegoe@gnome.org> | 2010-01-13 02:35:50 +0800 |
---|---|---|
committer | Diego Escalante Urrelo <diegoe@gnome.org> | 2010-01-14 01:11:33 +0800 |
commit | f62625052682eca0989e06e2005e3d5dc7966fcb (patch) | |
tree | 65cf04def8c8395275f2bc865a6d69da2e8d5ae3 /tests/testephysearchentry.c | |
parent | 3f96295996ede06f9b0be681a23bb3765469865b (diff) | |
download | gsoc2013-epiphany-f62625052682eca0989e06e2005e3d5dc7966fcb.tar.gz gsoc2013-epiphany-f62625052682eca0989e06e2005e3d5dc7966fcb.tar.zst gsoc2013-epiphany-f62625052682eca0989e06e2005e3d5dc7966fcb.zip |
Use © symbol and include glib.h in tests.
Diffstat (limited to 'tests/testephysearchentry.c')
-rw-r--r-- | tests/testephysearchentry.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/testephysearchentry.c b/tests/testephysearchentry.c index fc55b1988..1f6575c5d 100644 --- a/tests/testephysearchentry.c +++ b/tests/testephysearchentry.c @@ -3,7 +3,7 @@ * testephysearchentry.c * This file is part of Epiphany * - * Copyright (C) 2008 - Diego Escalante Urrelo + * Copyright © 2008 - Diego Escalante Urrelo * * Epiphany is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -23,6 +23,7 @@ #include "config.h" #include "ephy-search-entry.h" +#include <glib.h> #include <gtk/gtk.h> static void |