diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-02-09 22:15:16 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-02-09 22:15:16 +0800 |
commit | ac0caa804c62ab537c47edd30eed00f67b6e5b41 (patch) | |
tree | 32dff08a95c81532df976ac9760327a901e6f7f5 /lib | |
parent | eca639e172729a0e7a315986ddee24f9474b7491 (diff) | |
download | gsoc2013-epiphany-ac0caa804c62ab537c47edd30eed00f67b6e5b41.tar.gz gsoc2013-epiphany-ac0caa804c62ab537c47edd30eed00f67b6e5b41.tar.zst gsoc2013-epiphany-ac0caa804c62ab537c47edd30eed00f67b6e5b41.zip |
Include config.h.
2004-02-09 Christian Persch <chpe@cvs.gnome.org>
* lib/egg/egg-editable-toolbar.c:
* embed/ephy-embed-popup-control.c:
Include config.h.
Diffstat (limited to 'lib')
-rwxr-xr-x | lib/egg/egg-editable-toolbar.c | 6 |
1 files changed, 6 insertions, 0 deletions
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" |