summaryrefslogtreecommitdiff
path: root/databases/sqlite34/files/patch-ext__fts2__fts2.c
blob: b68f8f3a4a64dac5de998963f7db2ea358f45bae (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- ext/fts2/fts2.c.orig	Fri Jun  8 12:31:37 2007
+++ ext/fts2/fts2.c	Fri Jun  8 12:32:16 2007
@@ -269,9 +269,6 @@
 #endif
 
 #include <assert.h>
-#if !defined(__APPLE__)
-#include <malloc.h>
-#endif
 #include <stdlib.h>
 #include <stdio.h>
 #include <string.h>