From: trelane@digitasaru.net Date: Fri, 16 Oct 2009 02:47:09 +0000 (-0500) Subject: * src/graph.c: X-Git-Url: http://git.maemo.org/git/?p=scdataviz;a=commitdiff_plain;h=dd7e01983b440d6ab2e751577d0da311153ec962 * src/graph.c: Fix include of graph.h * configure.ac: un-commented the MAEMO macro for testing presence of MAEMO --- 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