diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-12-29 04:03:43 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-12-29 04:03:43 +0000 |
commit | 8f4ca1e557ef8bd4e4af759d6ca11d74dc1e7d43 (patch) | |
tree | 3cce8be3da146e682f4f346e1e59aa3356bcb630 /ASNMP | |
parent | 986dcd3013fe2b4b8ae52db80abd5717576e2316 (diff) | |
download | ATCD-8f4ca1e557ef8bd4e4af759d6ca11d74dc1e7d43.tar.gz |
added #include "ace/inc_user_config.h", for ACE_RCSID definition
Diffstat (limited to 'ASNMP')
-rw-r--r-- | ASNMP/agent/main.cpp | 2 |
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; } - |