1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/security/opencryptoki/files/patch-usr-lib-common-btree.c

12 lines
221 B
C

--- usr/lib/common/btree.c.orig 2018-11-16 14:53:03 UTC
+++ usr/lib/common/btree.c
@@ -18,7 +18,7 @@
#include <stdio.h>
-#include <malloc.h>
+#include <stdlib.h>
#include "pkcs11types.h"
#include "local_types.h"