15 lines
302 B
C
15 lines
302 B
C
|
|
$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"
|