diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-06-09 16:26:04 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-06-09 16:26:04 +0000 |
commit | ad45346c8a66225f8b1a65126ee712c92b137aa1 (patch) | |
tree | 01f632b265bc17a273da17c020831cab076a5d4a /usr.sbin/relayd/snmp.c | |
parent | a8a280981bedeba8d3f214883e863336bcaa2944 (diff) |
missing header file; bring things into scope
Diffstat (limited to 'usr.sbin/relayd/snmp.c')
-rw-r--r-- | usr.sbin/relayd/snmp.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/relayd/snmp.c b/usr.sbin/relayd/snmp.c index e063168d5f7..43fa3c91f3b 100644 --- a/usr.sbin/relayd/snmp.c +++ b/usr.sbin/relayd/snmp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: snmp.c,v 1.7 2009/06/07 05:56:25 eric Exp $ */ +/* $OpenBSD: snmp.c,v 1.8 2009/06/09 16:26:03 deraadt Exp $ */ /* * Copyright (c) 2008 Reyk Floeter <reyk@openbsd.org> @@ -21,6 +21,7 @@ #include <sys/un.h> #include <sys/uio.h> +#include <netinet/in.h> #include <net/if.h> #include <arpa/inet.h> |