From 3f9665fc3ef00c867634bdc2d50184e516db2e1d Mon Sep 17 00:00:00 2001 From: Martijn van Duren Date: Thu, 21 Dec 2023 12:43:32 +0000 Subject: Clean up snmpd's header situation. With the help of tb@ and include-what-you-use. OK tb@ --- usr.sbin/snmpd/log.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'usr.sbin/snmpd/log.c') diff --git a/usr.sbin/snmpd/log.c b/usr.sbin/snmpd/log.c index 6ad48d805f5..2bbae66c886 100644 --- a/usr.sbin/snmpd/log.c +++ b/usr.sbin/snmpd/log.c @@ -1,4 +1,4 @@ -/* $OpenBSD: log.c,v 1.16 2017/03/21 12:06:56 bluhm Exp $ */ +/* $OpenBSD: log.c,v 1.17 2023/12/21 12:43:31 martijn Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer @@ -16,6 +16,8 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#include + #include #include #include -- cgit v1.2.3