openbsd-ports/x11/gnome/utils/patches/patch-logview_logrtns_h
2003-08-07 02:15:50 +00:00

14 lines
351 B
Plaintext

$OpenBSD: patch-logview_logrtns_h,v 1.1.1.1 2003/08/07 02:15:50 marcm Exp $
--- logview/logrtns.h.orig Sun Jul 13 22:46:52 2003
+++ logview/logrtns.h Sun Jul 13 22:47:19 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 "logview.h"