diff options
author | Gilles Chehade <gilles@cvs.openbsd.org> | 2009-08-08 00:16:50 +0000 |
---|---|---|
committer | Gilles Chehade <gilles@cvs.openbsd.org> | 2009-08-08 00:16:50 +0000 |
commit | 1405881fe4e2077d5156e46385f3b6137a3625b2 (patch) | |
tree | 4c248fdf2bcb1f625a17b434af613a7555e9e046 /usr.sbin/smtpd/smtpctl.c | |
parent | c5e18c2f33641d513a85b62af9eb11c00cac8c9c (diff) |
missing header
Diffstat (limited to 'usr.sbin/smtpd/smtpctl.c')
-rw-r--r-- | usr.sbin/smtpd/smtpctl.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/smtpd/smtpctl.c b/usr.sbin/smtpd/smtpctl.c index 30e7b5c18c4..e652986bb3a 100644 --- a/usr.sbin/smtpd/smtpctl.c +++ b/usr.sbin/smtpd/smtpctl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: smtpctl.c,v 1.31 2009/06/06 04:14:21 pyr Exp $ */ +/* $OpenBSD: smtpctl.c,v 1.32 2009/08/08 00:16:49 gilles Exp $ */ /* * Copyright (c) 2006 Pierre-Yves Ritschard <pyr@openbsd.org> @@ -24,6 +24,7 @@ #include <sys/queue.h> #include <sys/tree.h> #include <sys/un.h> +#include <sys/param.h> #include <net/if.h> #include <net/if_media.h> |