both <math.h> and <malloc.h> need to be included From Paul Moore pcmoore@engin.umich.edu

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1876 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Linas Vepstas
1999-08-04 02:45:08 +00:00
parent 047304339c
commit d0b702ce71

View File

@@ -24,6 +24,8 @@
* Huntington Beach, CA 92648-4632 *
\********************************************************************/
#include <math.h>
#include <malloc.h>
#include <string.h>
#include "config.h"