From dd7e01983b440d6ab2e751577d0da311153ec962 Mon Sep 17 00:00:00 2001 From: "trelane@digitasaru.net" Date: Thu, 15 Oct 2009 21:47:09 -0500 Subject: [PATCH] * src/graph.c: Fix include of graph.h * configure.ac: un-commented the MAEMO macro for testing presence of MAEMO --- configure.ac | 2 +- src/graph.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index dd62150..39202e5 100644 --- a/configure.ac +++ b/configure.ac @@ -37,7 +37,7 @@ AC_ARG_ENABLE([maemo], n900) CFLAGS="$CFLAGS -mfpu=vfp -mfloat-abi=softfp" ;; *) CFLAGS="$CFLAGS -mfpu=vfp -mfloat-abi=softfp" ;; esac],[maemo=false]) -dnl AM_CONDITIONAL([MAEMO], [test x$maemo != xfalse]) +AM_CONDITIONAL([MAEMO], [test x$maemo != xfalse]) AC_CONFIG_FILES([Makefile]) AC_OUTPUT diff --git a/src/graph.c b/src/graph.c index cd2b056..8a48b76 100644 --- a/src/graph.c +++ b/src/graph.c @@ -26,13 +26,13 @@ along with this program. If not, see . ** at http://gnomejournal.org/article/34/writing-a--using-cairo-and-gtk28 ** Started on Thu Jul 17 10:51:32 2008 Johnny Q. Hacker -** Last update Sun May 12 01:17:25 2002 Speed Blue +** Last update Thu Oct 15 21:37:21 2009 Johnny Q. Hacker */ -#include #include #include #include +#include "graph.h" #ifdef DEBUG #define DEBUG_AUTOAXIS -- 1.7.9.5