diff options
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/isakmpd/init.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sbin/isakmpd/init.c b/sbin/isakmpd/init.c index 5bbe8f0ac4e..5ee66826b1f 100644 --- a/sbin/isakmpd/init.c +++ b/sbin/isakmpd/init.c @@ -1,4 +1,4 @@ -/* $OpenBSD: init.c,v 1.32 2004/06/25 00:58:39 hshoexer Exp $ */ +/* $OpenBSD: init.c,v 1.33 2004/09/17 13:46:34 ho Exp $ */ /* $EOM: init.c,v 1.25 2000/03/30 14:27:24 ho Exp $ */ /* @@ -33,6 +33,8 @@ /* XXX This file could easily be built dynamically instead. */ +#include <stdlib.h> + #include "sysdep.h" #include "app.h" |