palm/libmal: expand patch to fix malloc.h-less DF

This commit is contained in:
John Marino 2015-11-12 21:46:55 +00:00
parent 96c204ca28
commit f11f4cad1b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=401460

View file

@ -5,7 +5,7 @@
#include <MAL31DBConfig.h>
-#if defined(DARWIN) || defined(__OpenBSD__)
+#if defined(DARWIN) || defined(__OpenBSD__) || defined(__FreeBSD__)
+#if defined(DARWIN) || defined(__OpenBSD__) || defined(__FreeBSD__) || defined(__DragonFly__)
#include <stdlib.h>
#else
#include <malloc.h>