mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
12 lines
221 B
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"
|