Provides functionality that allows using indexes from Microsoft Access databases in JET4 format Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D27955
12 lines
205 B
C
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"
|