From f4f0b65565a449cc5fcce12e211ee9b8af2340d5 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.30.2