diff options
author | Pierre-Yves Ritschard <pyr@cvs.openbsd.org> | 2009-06-06 18:38:02 +0000 |
---|---|---|
committer | Pierre-Yves Ritschard <pyr@cvs.openbsd.org> | 2009-06-06 18:38:02 +0000 |
commit | f02b9ce317d9bdefc52b337ba4f6e5f2163315b0 (patch) | |
tree | e3fe9f19d436696490d3cb02c20c2ab39ef904d0 /usr.sbin | |
parent | a67fbffff4bfafaf5da29d492b807e26759b6d69 (diff) |
this one missed the last batch.
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 |