1 2 3 4 5 6 7 8 9 10 11 12 13 14
$FreeBSD$ --- 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"