From da4bacb5a3de0dafe863ea82aea78d2e40731730 Mon Sep 17 00:00:00 2001 From: Christian Neumair Date: Sat, 17 May 2003 12:43:34 +0000 Subject: Fixed many issues mentioned in #112781. --- src/bookmarks/ephy-bookmark-properties.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/bookmarks/ephy-bookmark-properties.c') diff --git a/src/bookmarks/ephy-bookmark-properties.c b/src/bookmarks/ephy-bookmark-properties.c index 5445a7bfe..f2b20f931 100644 --- a/src/bookmarks/ephy-bookmark-properties.c +++ b/src/bookmarks/ephy-bookmark-properties.c @@ -17,6 +17,10 @@ * */ +#ifdef HAVE_CONFIG_H +#include +#endif + #include "ephy-bookmark-properties.h" #include "ephy-topics-selector.h" #include "ephy-debug.h" @@ -33,7 +37,7 @@ #include #include #include -#include +#include static void ephy_bookmark_properties_class_init (EphyBookmarkPropertiesClass *klass); static void ephy_bookmark_properties_init (EphyBookmarkProperties *editor); -- cgit v1.2.3