summaryrefslogtreecommitdiff
path: root/devel/gindent/patches/patch-ab
blob: 5dce8f578e07d9a6fa2863355921c02e98cf0c21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-ab,v 1.7 2003/03/24 00:06:57 grant Exp $

--- man/texinfo2man.c.orig	Fri Jan 18 06:28:51 2002
+++ man/texinfo2man.c
@@ -1,5 +1,11 @@
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <stdio.h>
+#ifdef HAVE_MALLOC_H
 #include <malloc.h>
+#endif
 #include <string.h>
 #include <ctype.h>