diff options
author | Hartmut Brandt <harti@FreeBSD.org> | 2020-03-31 17:50:32 +0000 |
---|---|---|
committer | Hartmut Brandt <harti@FreeBSD.org> | 2020-03-31 17:50:32 +0000 |
commit | d5efa260d9c878d89fea33cb2c5d637ba91eea45 (patch) | |
tree | ec17b997212dba12844effe35416883ffc546aed /snmp_ntp/snmp_ntp.c | |
parent | cf7f444550f07e0e64bc037f6454eb721dd3df67 (diff) |
Notes
Diffstat (limited to 'snmp_ntp/snmp_ntp.c')
-rw-r--r-- | snmp_ntp/snmp_ntp.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/snmp_ntp/snmp_ntp.c b/snmp_ntp/snmp_ntp.c index fcc129a917fa0..285168b1d9828 100644 --- a/snmp_ntp/snmp_ntp.c +++ b/snmp_ntp/snmp_ntp.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2005 + * Copyright (c) 2005,2018 * Hartmut Brandt. * All rights reserved. * @@ -53,6 +53,8 @@ #include "support.h" #include "snmpmod.h" + +#define SNMPTREE_TYPES #include "ntp_tree.h" #include "ntp_oid.h" |