changeset 127:6b0d086bd313

[project @ 1993-09-26 03:46:56 by jwe] Include stdio.h.
author jwe
date Sun, 26 Sep 1993 03:46:56 +0000
parents 46ac21715e23
children ef32610d62cd
files src/pr-output.cc
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/pr-output.cc	Sun Sep 26 00:41:24 1993 +0000
+++ b/src/pr-output.cc	Sun Sep 26 03:46:56 1993 +0000
@@ -27,6 +27,7 @@
 
 #include <iostream.h>
 #include <strstream.h>
+#include <stdio.h>
 #include <string.h>
 #include <math.h>
 #include <float.h>