From 21f2f4e93ec8fa20d7e2d491341fa62c5decbf96 Mon Sep 17 00:00:00 2001 From: Derek Atkins Date: Wed, 27 Sep 2006 13:46:50 +0000 Subject: [PATCH] Missed one patch hunk in r14903. We need stdlib.h for strtol(). git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14904 57a11ea4-9604-0410-9ed3-97b8803252fd --- lib/libqof/qof/qofquerycore.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/libqof/qof/qofquerycore.c b/lib/libqof/qof/qofquerycore.c index 69b5a682a0..bf29a01b23 100644 --- a/lib/libqof/qof/qofquerycore.c +++ b/lib/libqof/qof/qofquerycore.c @@ -24,6 +24,7 @@ #include "config.h" #include +#include #include "qof.h" #include "qofquerycore-p.h"