diff options
author | 2009-06-06 18:38:01 +0000 | |
---|---|---|
committer | 2009-06-06 18:38:01 +0000 | |
commit | 1dd6cca9ede2fd5fc73bfba3fa958844bcf50c82 (patch) | |
tree | 67729b86cab267418995c96c49c1733f8b88da6d | |
parent | Get ready for including imsg.h from a lib, when it comes along. (diff) | |
download | wireguard-openbsd-1dd6cca9ede2fd5fc73bfba3fa958844bcf50c82.tar.xz wireguard-openbsd-1dd6cca9ede2fd5fc73bfba3fa958844bcf50c82.zip |
this one missed the last batch.
-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 |