1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

malloc.h -> stdlib.h

Reported by: kris
This commit is contained in:
Michael Nottebrock 2004-04-04 06:30:03 +00:00
parent 6e33eddc2d
commit 0a102ff861
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=106094

View File

@ -0,0 +1,11 @@
--- src/sql/drivers/ibase/qsql_ibase.cpp.orig Sun Apr 4 08:13:00 2004
+++ src/sql/drivers/ibase/qsql_ibase.cpp Sun Apr 4 08:13:16 2004
@@ -18,7 +18,7 @@
#include <private/qsqlextension_p.h>
#include <ibase.h>
-#include <malloc.h>
+#include <stdlib.h>
#include <limits.h>
#include <math.h>