07b052b52c
* Add includes for prototypes. * Fix a bizarre pointer to int as boolean abuse in parse.c. ok ian@
12 lines
363 B
Plaintext
12 lines
363 B
Plaintext
$OpenBSD: patch-tol_c,v 1.1 2011/07/03 22:55:26 naddy Exp $
|
|
--- tol.c.orig Fri Jun 24 19:03:05 2011
|
|
+++ tol.c Fri Jun 24 19:03:18 2011
|
|
@@ -11,6 +11,7 @@
|
|
static char rcsid[]= "$Header: /home/cvs/ports/textproc/spiff/patches/patch-tol_c,v 1.1 2011/07/03 22:55:26 naddy Exp $";
|
|
#endif
|
|
|
|
+#include <stdio.h>
|
|
#include "misc.h"
|
|
#include "float.h"
|
|
#include "tol.h"
|