mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
palm/libmal: expand patch to fix malloc.h-less DF
This commit is contained in:
parent
96c204ca28
commit
f11f4cad1b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=401460
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue