diff options
Diffstat (limited to 'ASNMP/examples/get/get.cpp')
-rw-r--r-- | ASNMP/examples/get/get.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ASNMP/examples/get/get.cpp b/ASNMP/examples/get/get.cpp index a9e9ffb5fa9..983a2bd1ce7 100644 --- a/ASNMP/examples/get/get.cpp +++ b/ASNMP/examples/get/get.cpp @@ -36,6 +36,8 @@ #include "asnmp/snmp.h" #include "ace/Get_Opt.h" + +// FUZZ: disable check_for_streams_include #include "ace/streams.h" ACE_RCSID(get, get, "$Id$") |