From 66dca69648e7fa8fbdd2973f77224ad34198d9a5 Mon Sep 17 00:00:00 2001 From: jcorgan Date: Sat, 20 Dec 2008 20:54:52 +0000 Subject: Move mblock library include files into separate library. Updates to usrp in-band code to accommodate. Tested with out-of-tree mblock application builds. Trunk passes distcheck. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10144 221aa14e-8319-0410-a670-987f0aec2ac5 --- usrp/host/apps-inband/read_packets.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usrp/host/apps-inband/read_packets.cc') diff --git a/usrp/host/apps-inband/read_packets.cc b/usrp/host/apps-inband/read_packets.cc index 3d112d98f..24a1e88b5 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 #include -#include +#include #include #include #include -- cgit