From bca292d9e61e71030be617e3ddaaaa35d5d90b9f Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 4 Jul 1998 17:15:08 +0000 Subject: [PATCH] Include stdio.h. Required on some systems when using assert. From Kaveh Ghazi. --- lib/xstrtol.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/xstrtol.c b/lib/xstrtol.c index befa2f7c97..0dc871eacb 100644 --- a/lib/xstrtol.c +++ b/lib/xstrtol.c @@ -21,6 +21,8 @@ # include #endif +#include + #if STDC_HEADERS # include #endif -- 2.47.3