diff options
author | Claudio Saavedra <csaavedra@igalia.com> | 2012-03-06 21:23:35 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-03-07 04:49:46 +0800 |
commit | e9578ad2e1af09bc0a3920ccc83783bcd3d9eb53 (patch) | |
tree | 823cfefb4b56f136e0c8d6544e2939a4fad49aaa | |
parent | 55505414d65ebe71a7f82d68472ed69fdb2a8f51 (diff) | |
download | gsoc2013-epiphany-e9578ad2e1af09bc0a3920ccc83783bcd3d9eb53.tar.gz gsoc2013-epiphany-e9578ad2e1af09bc0a3920ccc83783bcd3d9eb53.tar.zst gsoc2013-epiphany-e9578ad2e1af09bc0a3920ccc83783bcd3d9eb53.zip |
Add missing header include to ephy-history-types.h
-rw-r--r-- | lib/history/ephy-history-types.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/history/ephy-history-types.h b/lib/history/ephy-history-types.h index 367e802e3..67af9bbe6 100644 --- a/lib/history/ephy-history-types.h +++ b/lib/history/ephy-history-types.h @@ -21,6 +21,8 @@ #ifndef EPHY_HISTORY_TYPES_H #define EPHY_HISTORY_TYPES_H +#include <glib.h> + G_BEGIN_DECLS /* |