07b052b52c
* Add includes for prototypes. * Fix a bizarre pointer to int as boolean abuse in parse.c. ok ian@
13 lines
347 B
Plaintext
13 lines
347 B
Plaintext
$OpenBSD: patch-float_c,v 1.1 2011/07/03 22:55:26 naddy Exp $
|
|
--- float.c.orig Fri Jun 24 18:59:32 2011
|
|
+++ float.c Fri Jun 24 19:00:15 2011
|
|
@@ -12,6 +12,8 @@ static char rcsid[]= "$Header: float.c,v 1.1 88/09/15
|
|
#endif
|
|
|
|
#include <ctype.h>
|
|
+#include <stdio.h>
|
|
+#include <string.h>
|
|
#include "misc.h"
|
|
#include "floatrep.h"
|
|
#include "float.h"
|