From 6c71112f2597f36eb88d234a81978401abaf227f Mon Sep 17 00:00:00 2001 From: levine Date: Tue, 29 Dec 1998 04:03:43 +0000 Subject: added #include "ace/inc_user_config.h", for ACE_RCSID definition --- ASNMP/agent/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ASNMP') 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; } - -- cgit v1.2.1