From: Jim Meyering Date: Thu, 29 Jun 2000 11:24:09 +0000 (+0000) Subject: Include , for declaration of exit. X-Git-Tag: FILEUTILS-4_0w~23 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=2aab0b6a6cc82aad1aeafd111303405d22f5e1a7;p=thirdparty%2Fcoreutils.git Include , for declaration of exit. --- diff --git a/lib/long-options.c b/lib/long-options.c index a4f72b880c..e36685fb01 100644 --- a/lib/long-options.c +++ b/lib/long-options.c @@ -23,6 +23,10 @@ #include #include +#if HAVE_STDLIB_H +# include +#endif + #include "long-options.h" #include "version-etc.h"