1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
$FreeBSD$ --- logview/log_repaint.c 2001/11/23 16:01:55 1.1 +++ logview/log_repaint.c 2001/11/23 16:02:30 @@ -24,7 +24,9 @@ #include <unistd.h> #include <stdio.h> #include <stdlib.h> +#ifdef HAVE_MALLOC_H #include <malloc.h> +#endif #include <string.h> #include <gnome.h> #include "logview.h"