diff options
author | Johnathan Corgan <johnathan@corganlabs.com> | 2013-02-28 14:31:39 -0800 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2013-02-28 14:31:39 -0800 |
commit | 1d093decc5bf37b8d173ce7769a14af6765f45a6 (patch) | |
tree | d0d45936b81a8a429746cff573aa7c9c5f9d179f /gr-blocks/lib/socket_pdu_impl.cc | |
parent | 4a99e708ad0dd54bae4a4275ae2c06e44decbebf (diff) |
blocks: added gr::blocks::random_pdu
Diffstat (limited to 'gr-blocks/lib/socket_pdu_impl.cc')
-rw-r--r-- | gr-blocks/lib/socket_pdu_impl.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-blocks/lib/socket_pdu_impl.cc b/gr-blocks/lib/socket_pdu_impl.cc index 20338f9968..4ff5ce6eb9 100644 --- a/gr-blocks/lib/socket_pdu_impl.cc +++ b/gr-blocks/lib/socket_pdu_impl.cc @@ -27,7 +27,7 @@ #include "socket_pdu_impl.h" #include "tcp_connection.h" #include <gr_io_signature.h> -#include <gr_pdu.h> +#include <blocks/pdu.h> namespace gr { namespace blocks { |