summaryrefslogtreecommitdiff
path: root/databases/libmswstr/files/patch-src_mswstr.c
blob: 3d8d2a456afd0158d0d7602f75f91950d9d7b2e5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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"