]> err.no Git - dpkg/commitdiff
include stdlib.h to get exit declaration
authorWichert Akkerman <wakkerma@debian.org>
Sat, 21 Apr 2001 22:16:07 +0000 (22:16 +0000)
committerWichert Akkerman <wakkerma@debian.org>
Sat, 21 Apr 2001 22:16:07 +0000 (22:16 +0000)
ChangeLog
lib/showcright.c
optlib/long-options.c

index 10dd2a0365ca92c4fcf360b1b9694620e1ab2e52..9f0724b10e023569c7af2507278fe06be47792e0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sun Apr 22 00:09:58 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
+
+  * 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 <peterk@debian.org>
 
   * po/sv.po, doc/sv/dpkg.8, doc/sv/start-stop-daemon.8:
index b05bf4f15506500d79978006e93297c2a8642e76..bb28a1931a6218a4a2b768e72e122cae14a3efa0 100644 (file)
@@ -19,6 +19,7 @@
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
 
+#include <stdlib.h>
 #include <unistd.h>
 #include <fcntl.h>
 
index 4d216abd3b78fdabe0f8794281b858b246183201..1a2de79c13fad838f172f6d2505dade482fd9d95 100644 (file)
@@ -22,6 +22,7 @@
 #endif
 
 #include <stdio.h>
+#include <stdlib.h>
 #include <getopt.h>
 #include "closeout.h"
 #include "long-options.h"