summaryrefslogtreecommitdiff
path: root/databases/sqlite34/files/patch-ext__fts2__fts2_porter.c
blob: 0ed308c4f0127107d8fd38945aba63e337835ef7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- ext/fts2/fts2_porter.c.orig	Fri Jun  8 12:31:44 2007
+++ ext/fts2/fts2_porter.c	Fri Jun  8 12:32:21 2007
@@ -26,11 +26,7 @@
 
 
 #include <assert.h>
-#if !defined(__APPLE__)
-#include <malloc.h>
-#else
 #include <stdlib.h>
-#endif
 #include <stdio.h>
 #include <string.h>
 #include <ctype.h>