diff options
Diffstat (limited to 'gr-blocks/lib/stream_to_streams_impl.cc')
-rw-r--r-- | gr-blocks/lib/stream_to_streams_impl.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-blocks/lib/stream_to_streams_impl.cc b/gr-blocks/lib/stream_to_streams_impl.cc index ad63547458..7eb9af7a1d 100644 --- a/gr-blocks/lib/stream_to_streams_impl.cc +++ b/gr-blocks/lib/stream_to_streams_impl.cc @@ -14,7 +14,7 @@ #include "stream_to_streams_impl.h" #include <gnuradio/io_signature.h> -#include <string.h> +#include <cstring> namespace gr { namespace blocks { |