From: Jim Meyering Date: Sat, 4 Jul 1998 17:15:08 +0000 (+0000) Subject: Include stdio.h. Required on some systems when using assert. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4f0b65565a449cc5fcce12e211ee9b8af2340d5;p=pspp Include stdio.h. Required on some systems when using assert. From Kaveh Ghazi. --- 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