diff options
author | Micael Karlberg <[email protected]> | 2011-04-12 15:29:54 +0200 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2011-04-12 15:29:54 +0200 |
commit | 21244028b693c6a1d4726b6a7d10bc947d9fb0f4 (patch) | |
tree | 7e56b8b3b187fd2472bbbae5aa006a93c6981066 /lib/snmp/src/manager/snmpm.erl | |
parent | 43b0aa5aac83beed77eff40df769c099fefaab43 (diff) | |
download | otp-21244028b693c6a1d4726b6a7d10bc947d9fb0f4.tar.gz otp-21244028b693c6a1d4726b6a7d10bc947d9fb0f4.tar.bz2 otp-21244028b693c6a1d4726b6a7d10bc947d9fb0f4.zip |
First time through the compiler.
Diffstat (limited to 'lib/snmp/src/manager/snmpm.erl')
-rw-r--r-- | lib/snmp/src/manager/snmpm.erl | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/snmp/src/manager/snmpm.erl b/lib/snmp/src/manager/snmpm.erl index 36b4901e9a..7657f6df6e 100644 --- a/lib/snmp/src/manager/snmpm.erl +++ b/lib/snmp/src/manager/snmpm.erl @@ -145,12 +145,13 @@ -export([start_link/3, snmpm_start_verify/2, snmpm_start_verify/3]). --include("snmp_debug.hrl"). +-include_lib("snmp/src/misc/snmp_debug.hrl"). +-include_lib("snmp/include/snmp_types.hrl"). -include("snmpm_atl.hrl"). --include("snmp_types.hrl"). +-include("snmpm_internal.hrl"). -define(DEFAULT_AGENT_PORT, 161). --define(DEFAULT_CONTEXT, ""). +%% -define(DEFAULT_CONTEXT, ""). %% This function is called when the snmp application |