ports/textproc/spiff/patches/patch-float_c

11 lines
285 B
Text

--- 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"