diff options
author | dhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-11-10 01:48:04 +0000 |
---|---|---|
committer | dhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-11-10 01:48:04 +0000 |
commit | d6b0545f84e0ebe84a04a516bfb8e9281e487f20 (patch) | |
tree | ceb9792d7dc3db3f79b59d204fbdf790f88fd7d9 /netsvcs | |
parent | 0c28ecf3a369a4c855daefa243a7ce97c7865743 (diff) | |
download | ATCD-d6b0545f84e0ebe84a04a516bfb8e9281e487f20.tar.gz |
ChangeLogTag:Mon Nov 10 01:58:00 UTC 2003 Don Hinton <dhinton@dresystems.com>
Diffstat (limited to 'netsvcs')
-rw-r--r-- | netsvcs/clients/Naming/Dump_Restore/Dump_Restore.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/netsvcs/clients/Naming/Dump_Restore/Dump_Restore.cpp b/netsvcs/clients/Naming/Dump_Restore/Dump_Restore.cpp index da41e3ec1f7..791689fbaa7 100644 --- a/netsvcs/clients/Naming/Dump_Restore/Dump_Restore.cpp +++ b/netsvcs/clients/Naming/Dump_Restore/Dump_Restore.cpp @@ -4,7 +4,10 @@ #include "ace/Service_Config.h" #include "ace/Read_Buffer.h" #include "ace/Thread_Manager.h" + +// FUZZ: disable check_for_streams_include #include "ace/streams.h" /* Because dump () uses ofstream. */ + #include "Dump_Restore.h" #include "ace/OS_NS_signal.h" |