diff options
Diffstat (limited to 'usr.sbin/config/pack.c')
-rw-r--r-- | usr.sbin/config/pack.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/config/pack.c b/usr.sbin/config/pack.c index 2d9c1db512f..cd1937d3cae 100644 --- a/usr.sbin/config/pack.c +++ b/usr.sbin/config/pack.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pack.c,v 1.15 2004/01/04 00:47:01 deraadt Exp $ */ +/* $OpenBSD: pack.c,v 1.16 2011/10/02 22:20:50 edd Exp $ */ /* $NetBSD: pack.c,v 1.5 1996/08/31 21:15:11 mycroft Exp $ */ /* @@ -42,8 +42,10 @@ */ #include <sys/param.h> + #include <stdlib.h> #include <string.h> + #include "config.h" /* |