1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

Unbreak build

Noticed by:	Henrik Andersen
This commit is contained in:
Lars Thegler 2004-11-24 14:36:38 +00:00
parent 8ec0adb10b
commit 13a2169bc3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=122307

View File

@ -0,0 +1,11 @@
--- db.cc.orig Wed Sep 1 23:42:10 2004
+++ db.cc Wed Sep 1 23:42:58 2004
@@ -36,7 +36,7 @@
#ifdef __APPLE__
#include <malloc/malloc.h>
#else
- #include <malloc.h>
+ #include <stdlib.h>
#endif
#ifdef MPEG4_ENABLE