openbsd-ports/textproc/spiff/patches/patch-misc_c
naddy 07b052b52c * Simply install the source man page.
* Add includes for prototypes.
* Fix a bizarre pointer to int as boolean abuse in parse.c.

ok ian@
2011-07-03 22:55:26 +00:00

12 lines
323 B
Plaintext

$OpenBSD: patch-misc_c,v 1.1 2011/07/03 22:55:26 naddy Exp $
--- misc.c.orig Fri Jun 24 19:04:01 2011
+++ misc.c Fri Jun 24 19:04:18 2011
@@ -12,6 +12,7 @@ static char rcsid[]= "$Header: misc.c,v 1.1 88/09/15 1
#endif
#include <stdio.h>
+#include <stdlib.h>
#include "misc.h"
#include "visual.h"
#include "output.h"