summaryrefslogtreecommitdiff
path: root/usr.sbin/dhcpd
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/dhcpd')
-rw-r--r--usr.sbin/dhcpd/log.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/dhcpd/log.h b/usr.sbin/dhcpd/log.h
index ff240f3f624..0fa046fc3af 100644
--- a/usr.sbin/dhcpd/log.h
+++ b/usr.sbin/dhcpd/log.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: log.h,v 1.1 2017/02/13 19:13:14 krw Exp $ */
+/* $OpenBSD: log.h,v 1.2 2021/12/13 18:28:40 deraadt Exp $ */
/*
* Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
@@ -20,7 +20,6 @@
#define LOG_H
#include <stdarg.h>
-#include <sys/cdefs.h>
void log_init(int, int);
void log_procinit(const char *);