summaryrefslogtreecommitdiff
path: root/ASNMP
diff options
context:
space:
mode:
Diffstat (limited to 'ASNMP')
-rw-r--r--ASNMP/agent/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ASNMP/agent/main.cpp b/ASNMP/agent/main.cpp
index 1dd2ad4cdd9..8cb563d8abc 100644
--- a/ASNMP/agent/main.cpp
+++ b/ASNMP/agent/main.cpp
@@ -3,6 +3,7 @@
// This server daemon processes SNMP Version 1 get, get-next, and set
// commands. over the MIB II "System" group only.
+#include "ace/inc_user_config.h"
#include "snmp_agent.h"
ACE_RCSID(agent, main, "$Id$")
@@ -23,4 +24,3 @@ int main (int argc, char *argv[])
return 0;
}
-