From f62625052682eca0989e06e2005e3d5dc7966fcb Mon Sep 17 00:00:00 2001 From: Diego Escalante Urrelo Date: Tue, 12 Jan 2010 13:35:50 -0500 Subject: Use © symbol and include glib.h in tests. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/testephysearchentry.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/testephysearchentry.c') 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 #include static void -- cgit