From: Jim Meyering Date: Thu, 18 Jul 1996 04:14:51 +0000 (+0000) Subject: Include before system.h. X-Git-Tag: TEXTUTILS-1_19b~144 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b734adb86005ea64975ac5e29ff2dc542cd021ab;p=thirdparty%2Fcoreutils.git Include before system.h. --- diff --git a/src/seq.c b/src/seq.c index 0630222fae..a12ec85830 100644 --- a/src/seq.c +++ b/src/seq.c @@ -21,6 +21,7 @@ #include #include #include +#include #include "system.h" #include "error.h"