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
This commit is contained in:
Derek Atkins
2006-09-27 13:46:50 +00:00
parent c7c9199800
commit 21f2f4e93e

View File

@@ -24,6 +24,7 @@
#include "config.h"
#include <glib.h>
#include <stdlib.h>
#include "qof.h"
#include "qofquerycore-p.h"