diff options
-rw-r--r-- | gr-blocks/lib/message_strobe_random_impl.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gr-blocks/lib/message_strobe_random_impl.h b/gr-blocks/lib/message_strobe_random_impl.h index a91c6604a4..277c1134af 100644 --- a/gr-blocks/lib/message_strobe_random_impl.h +++ b/gr-blocks/lib/message_strobe_random_impl.h @@ -20,8 +20,8 @@ * Boston, MA 02110-1301, USA. */ -#ifndef INCLUDED_GR_MESSAGE_STROBE_IMPL_H -#define INCLUDED_GR_MESSAGE_STROBE_IMPL_H +#ifndef INCLUDED_GR_MESSAGE_STROBE_RANDOM_IMPL_H +#define INCLUDED_GR_MESSAGE_STROBE_RANDOM_IMPL_H #include <gnuradio/blocks/message_strobe_random.h> #include <boost/random/variate_generator.hpp> @@ -70,4 +70,4 @@ namespace gr { } /* namespace blocks */ } /* namespace gr */ -#endif /* INCLUDED_GR_MESSAGE_STROBE_IMPL_H */ +#endif /* INCLUDED_GR_MESSAGE_STROBE_RANDOM_IMPL_H */ |