summaryrefslogtreecommitdiff
path: root/optlib
diff options
context:
space:
mode:
authorWichert Akkerman <wakkerma@debian.org>2001-04-21 22:16:07 +0000
committerWichert Akkerman <wakkerma@debian.org>2001-04-21 22:16:07 +0000
commit0b0b0808060caaa30e2130e8030423197ac413fc (patch)
tree273401ffbc7a706e7723afb090eb9bbf4d8c5e71 /optlib
parentbf40e89a843efc6ec68e0033c22fc5f0bf54c8e4 (diff)
downloaddpkg-0b0b0808060caaa30e2130e8030423197ac413fc.tar.gz
include stdlib.h to get exit declaration
Diffstat (limited to 'optlib')
-rw-r--r--optlib/long-options.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/optlib/long-options.c b/optlib/long-options.c
index 4d216abd3..1a2de79c1 100644
--- a/optlib/long-options.c
+++ b/optlib/long-options.c
@@ -22,6 +22,7 @@
#endif
#include <stdio.h>
+#include <stdlib.h>
#include <getopt.h>
#include "closeout.h"
#include "long-options.h"