From 49b8f6a41f72f03ce1410302f0ad00693cbf0d0e Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 29 Jun 2000 11:24:09 +0000 Subject: [PATCH] Include , for declaration of exit. --- lib/long-options.c | 4 ++++ 1 file changed, 4 insertions(+) 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" -- 2.39.5