diff options
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | embed/ephy-embed-popup-control.c | 4 | ||||
-rwxr-xr-x | lib/egg/egg-editable-toolbar.c | 6 |
3 files changed, 17 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2004-02-09 Christian Persch <chpe@cvs.gnome.org> + + * lib/egg/egg-editable-toolbar.c: + * embed/ephy-embed-popup-control.c: + + Include config.h. + 2004-02-09 Christian Rose <menthos@menthos.com> * 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" |