2012-09-11 19:40:52 -04:00
|
|
|
$OpenBSD: patch-man_texinfo2man_c,v 1.2 2012/09/11 23:40:52 sthen Exp $
|
|
|
|
--- man/texinfo2man.c.orig Tue Mar 11 18:50:42 2008
|
|
|
|
+++ man/texinfo2man.c Wed Sep 12 00:24:44 2012
|
|
|
|
@@ -1,6 +1,6 @@
|
2002-08-25 22:55:09 -04:00
|
|
|
#include <stdio.h>
|
2012-09-11 19:40:52 -04:00
|
|
|
#include <stdlib.h>
|
2002-08-25 22:55:09 -04:00
|
|
|
-#include <malloc.h>
|
|
|
|
+#include <stdlib.h>
|
|
|
|
#include <string.h>
|
|
|
|
#include <ctype.h>
|
|
|
|
|