summaryrefslogtreecommitdiff
path: root/x11-toolkits/py-wxPython26/files/patch-ad
blob: 9ce980adc7e4eee5711ee4a5f4342f39e7bd9e68 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$FreeBSD: /tmp/pcvs/ports/x11-toolkits/py-wxPython26/files/Attic/patch-ad,v 1.1 2002-01-21 02:19:46 sobomax Exp $

--- contrib/stc/contrib/src/stc/scintilla/src/PosRegExp.cxx	2001/11/27 12:10:53	1.1
+++ contrib/stc/contrib/src/stc/scintilla/src/PosRegExp.cxx	2001/11/27 12:12:05
@@ -1,7 +1,7 @@
 #include <string.h>
 #include <stdio.h>
 #include <ctype.h>
-#include <malloc.h>
+#include <stdlib.h>
 
 #include "PosRegExp.h"