diff options
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/snmpd/snmpd.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/snmpd/snmpd.h b/usr.sbin/snmpd/snmpd.h index 5b03fb7edbf..edf142215e6 100644 --- a/usr.sbin/snmpd/snmpd.h +++ b/usr.sbin/snmpd/snmpd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: snmpd.h,v 1.24 2009/06/06 05:52:01 pyr Exp $ */ +/* $OpenBSD: snmpd.h,v 1.25 2009/06/06 18:38:01 pyr Exp $ */ /* * Copyright (c) 2007, 2008 Reyk Floeter <reyk@vantronix.net> @@ -27,7 +27,7 @@ #include <ber.h> #include <snmp.h> -#include "imsg.h" +#include <imsg.h> /* * common definitions for snmpd |