changeset 1425:41271f2d809e

Include stdio.h. Required on some systems when using assert. From Kaveh Ghazi.
author Jim Meyering <jim@meyering.net>
date Sat, 04 Jul 1998 17:15:08 +0000
parents b0a16a431d9a
children d6d0fd0b0c4b
files lib/xstrtol.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lib/xstrtol.c
+++ b/lib/xstrtol.c
@@ -21,6 +21,8 @@
 # include <config.h>
 #endif
 
+#include <stdio.h>
+
 #if STDC_HEADERS
 # include <stdlib.h>
 #endif