diff options
Diffstat (limited to 'usr.sbin/snmpd/snmp.h')
-rw-r--r-- | usr.sbin/snmpd/snmp.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/snmpd/snmp.h b/usr.sbin/snmpd/snmp.h index 9396545617d..c0a9a0cf4ca 100644 --- a/usr.sbin/snmpd/snmp.h +++ b/usr.sbin/snmpd/snmp.h @@ -1,4 +1,4 @@ -/* $OpenBSD: snmp.h,v 1.19 2022/06/30 09:42:19 martijn Exp $ */ +/* $OpenBSD: snmp.h,v 1.20 2023/12/21 12:43:31 martijn Exp $ */ /* * Copyright (c) 2007, 2008, 2012 Reyk Floeter <reyk@openbsd.org> @@ -20,7 +20,6 @@ #define SNMPD_SNMP_H #include <sys/types.h> -#include <endian.h> /* * SNMP IMSG interface |