From ac0caa804c62ab537c47edd30eed00f67b6e5b41 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Mon, 9 Feb 2004 14:15:16 +0000 Subject: Include config.h. 2004-02-09 Christian Persch * lib/egg/egg-editable-toolbar.c: * embed/ephy-embed-popup-control.c: Include config.h. --- ChangeLog | 7 +++++++ embed/ephy-embed-popup-control.c | 4 ++++ lib/egg/egg-editable-toolbar.c | 6 ++++++ 3 files changed, 17 insertions(+) diff --git a/ChangeLog b/ChangeLog index 85062c52e..ee427455c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2004-02-09 Christian Persch + + * lib/egg/egg-editable-toolbar.c: + * embed/ephy-embed-popup-control.c: + + Include config.h. + 2004-02-09 Christian Rose * configure.in: Added "mi" to ALL_LINGUAS. diff --git a/embed/ephy-embed-popup-control.c b/embed/ephy-embed-popup-control.c index 157f13744..ce24abb2e 100644 --- a/embed/ephy-embed-popup-control.c +++ b/embed/ephy-embed-popup-control.c @@ -19,6 +19,10 @@ * $Id$ */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "ephy-embed-popup-control.h" #include "ephy-embed-factory.h" #include "ephy-embed-persist.h" diff --git a/lib/egg/egg-editable-toolbar.c b/lib/egg/egg-editable-toolbar.c index 7d1fe1f8a..cc791981b 100755 --- a/lib/egg/egg-editable-toolbar.c +++ b/lib/egg/egg-editable-toolbar.c @@ -14,8 +14,14 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * + * $Id$ */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "egg-editable-toolbar.h" #include "egg-toolbars-model.h" -- cgit v1.2.3