ports/databases/libmswstr/files/patch-src_mswstr.c
Rainer Hurling d40e0f966c databases/libmswstr: New port, version 0.0.1
Provides functionality that allows using indexes from
Microsoft Access databases in JET4 format

Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D27955
2021-01-11 21:36:26 +00:00

12 lines
205 B
C

--- src/mswstr.c.orig 2021-01-08 09:11:21 UTC
+++ src/mswstr.c
@@ -8,7 +8,7 @@
#include <stdio.h>
#include <assert.h>
-#include <malloc.h>
+#include <stdlib.h>
#include <string.h>
#include "nls.h"