From 0b0b0808060caaa30e2130e8030423197ac413fc Mon Sep 17 00:00:00 2001 From: Wichert Akkerman Date: Sat, 21 Apr 2001 22:16:07 +0000 Subject: [PATCH] include stdlib.h to get exit declaration --- ChangeLog | 5 +++++ lib/showcright.c | 1 + optlib/long-options.c | 1 + 3 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 10dd2a03..9f0724b1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sun Apr 22 00:09:58 CEST 2001 Wichert Akkerman + + * optlib/long-options.c, lib/showcright.c: include stdlib.h to get + declaration of exit + Sat Apr 21 17:10:32 CEST 2001 peter karlsson * po/sv.po, doc/sv/dpkg.8, doc/sv/start-stop-daemon.8: diff --git a/lib/showcright.c b/lib/showcright.c index b05bf4f1..bb28a193 100644 --- a/lib/showcright.c +++ b/lib/showcright.c @@ -19,6 +19,7 @@ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +#include #include #include diff --git a/optlib/long-options.c b/optlib/long-options.c index 4d216abd..1a2de79c 100644 --- a/optlib/long-options.c +++ b/optlib/long-options.c @@ -22,6 +22,7 @@ #endif #include +#include #include #include "closeout.h" #include "long-options.h" -- 2.39.5