summaryrefslogtreecommitdiff
path: root/ASNMP
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-12-29 04:03:43 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-12-29 04:03:43 +0000
commit6c71112f2597f36eb88d234a81978401abaf227f (patch)
tree3cce8be3da146e682f4f346e1e59aa3356bcb630 /ASNMP
parent3634ed8008841f576fb94923f3c84d5030e9db53 (diff)
downloadATCD-6c71112f2597f36eb88d234a81978401abaf227f.tar.gz
added #include "ace/inc_user_config.h", for ACE_RCSID definition
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;
}
-