Files
pkgsrc-ng/devel/gindent/patches/patch-ab
2016-11-18 22:39:22 +01:00

20 lines
364 B
Plaintext

$NetBSD: patch-ab,v 1.9 2016/02/15 09:38:10 jperkin Exp $
Fix includes.
--- man/texinfo2man.c.orig 2008-03-11 18:50:42.000000000 +0000
+++ man/texinfo2man.c
@@ -1,6 +1,12 @@
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <stdio.h>
#include <stdlib.h>
+#ifdef HAVE_MALLOC_H
#include <malloc.h>
+#endif
#include <string.h>
#include <ctype.h>