diff options
author | Josh Blum <josh@joshknows.com> | 2010-06-30 17:44:47 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-07-05 13:45:14 -0700 |
commit | deaade7bd0ae4dd9cab7f304fb69eea153ce592a (patch) | |
tree | 7687debe6a7b93176297d031c570f49923729139 /host/test | |
parent | 158bf440d2884b981a86121990be16decedaa733 (diff) | |
download | uhd-deaade7bd0ae4dd9cab7f304fb69eea153ce592a.tar.gz uhd-deaade7bd0ae4dd9cab7f304fb69eea153ce592a.tar.bz2 uhd-deaade7bd0ae4dd9cab7f304fb69eea153ce592a.zip |
uhd: renamed the vrt header to vrt_if_packet header
Diffstat (limited to 'host/test')
-rw-r--r-- | host/test/vrt_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/test/vrt_test.cpp b/host/test/vrt_test.cpp index 3f74a836e..b90b2fc15 100644 --- a/host/test/vrt_test.cpp +++ b/host/test/vrt_test.cpp @@ -16,7 +16,7 @@ // #include <boost/test/unit_test.hpp> -#include <uhd/transport/vrt.hpp> +#include <uhd/transport/vrt_if_packet.hpp> #include <cstdlib> using namespace uhd::transport; |