mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
@@ -24,6 +24,8 @@
|
||||
* Huntington Beach, CA 92648-4632 *
|
||||
\********************************************************************/
|
||||
|
||||
#include <math.h>
|
||||
#include <malloc.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "config.h"
|
||||
|
||||
Reference in New Issue
Block a user