14 lines
381 B
Plaintext
14 lines
381 B
Plaintext
$OpenBSD: patch-logview_log_repaint_c,v 1.1.1.1 2003/08/07 02:15:50 marcm Exp $
|
|
--- logview/log_repaint.c.orig Sun Jul 13 22:49:36 2003
|
|
+++ logview/log_repaint.c Sun Jul 13 22:50:06 2003
|
|
@@ -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"
|