r21797 - gnucash/trunk/src/gnome - Win32: add include to find strtol and strtod

Geert Janssens gjanssens at code.gnucash.org
Fri Dec 30 07:01:59 EST 2011


Author: gjanssens
Date: 2011-12-30 07:01:58 -0500 (Fri, 30 Dec 2011)
New Revision: 21797
Trac: http://svn.gnucash.org/trac/changeset/21797

Modified:
   gnucash/trunk/src/gnome/assistant-loan.c
Log:
Win32: add include to find strtol and strtod

Modified: gnucash/trunk/src/gnome/assistant-loan.c
===================================================================
--- gnucash/trunk/src/gnome/assistant-loan.c	2011-12-29 23:28:23 UTC (rev 21796)
+++ gnucash/trunk/src/gnome/assistant-loan.c	2011-12-30 12:01:58 UTC (rev 21797)
@@ -27,6 +27,7 @@
 #include <gtk/gtk.h>
 #include <glib/gi18n.h>
 #include <string.h>
+#include <stdlib.h>
 #include <glade/glade.h>
 #include <math.h>
 #include "assistant-loan.h"



More information about the gnucash-changes mailing list