diff options
Diffstat (limited to 'usrp/host/apps-inband/read_packets.cc')
-rw-r--r-- | usrp/host/apps-inband/read_packets.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usrp/host/apps-inband/read_packets.cc b/usrp/host/apps-inband/read_packets.cc index 3d112d98fd..24a1e88b5c 100644 --- a/usrp/host/apps-inband/read_packets.cc +++ b/usrp/host/apps-inband/read_packets.cc @@ -1,6 +1,6 @@ /* -*- c++ -*- */ /* - * Copyright 2007 Free Software Foundation, Inc. + * Copyright 2007,2008 Free Software Foundation, Inc. * * This file is part of GNU Radio * @@ -25,7 +25,7 @@ #include <iostream> #include <usrp_inband_usb_packet.h> -#include <mb_class_registry.h> +#include <mblock/class_registry.h> #include <vector> #include <usrp_usb_interface.h> #include <fstream> |