diff options
author | Marco Pesenti Gritti <marco@src.gnome.org> | 2004-03-17 17:02:38 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <marco@src.gnome.org> | 2004-03-17 17:02:38 +0800 |
commit | dbdcf80ba8e559236f9937aaafba1d14b1cee46e (patch) | |
tree | d5711b633861b6ffc879fbbce08ea1364e9a64c9 /lib/ephy-zoom.c | |
parent | 9765279aba4cbed66b182e91eaa18e8225305a18 (diff) | |
download | gsoc2013-epiphany-dbdcf80ba8e559236f9937aaafba1d14b1cee46e.tar.gz gsoc2013-epiphany-dbdcf80ba8e559236f9937aaafba1d14b1cee46e.tar.zst gsoc2013-epiphany-dbdcf80ba8e559236f9937aaafba1d14b1cee46e.zip |
merging pre-gnome-2-8 branch
Diffstat (limited to 'lib/ephy-zoom.c')
-rw-r--r-- | lib/ephy-zoom.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/ephy-zoom.c b/lib/ephy-zoom.c index af5d5f771..2e3a15a4a 100644 --- a/lib/ephy-zoom.c +++ b/lib/ephy-zoom.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 "ephy-zoom.h" #include <math.h> |