diff options
author | eb | 2008-04-30 02:24:06 +0000 |
---|---|---|
committer | eb | 2008-04-30 02:24:06 +0000 |
commit | 38ea3a576a20820e574c6cb37607aeafe07f34b4 (patch) | |
tree | f606c6f72729860c68915920a71fa2fa97a0b945 /usrp/host/lib/inband/test_usrp_inband.cc | |
parent | d8e2641775a0ceb4fa388c59968a75509250d923 (diff) | |
download | gnuradio-38ea3a576a20820e574c6cb37607aeafe07f34b4.tar.gz gnuradio-38ea3a576a20820e574c6cb37607aeafe07f34b4.tar.bz2 gnuradio-38ea3a576a20820e574c6cb37607aeafe07f34b4.zip |
Tweaks for gcc 4.3 based on patch from Marek Mahut <mmahut@fedoraproject.org>.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8292 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'usrp/host/lib/inband/test_usrp_inband.cc')
-rw-r--r-- | usrp/host/lib/inband/test_usrp_inband.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usrp/host/lib/inband/test_usrp_inband.cc b/usrp/host/lib/inband/test_usrp_inband.cc index dd8d46f84..64fbf3a97 100644 --- a/usrp/host/lib/inband/test_usrp_inband.cc +++ b/usrp/host/lib/inband/test_usrp_inband.cc @@ -24,6 +24,7 @@ #endif #include <stdio.h> +#include <string.h> #include <iostream> #include <usrp_inband_usb_packet.h> #include <mb_mblock.h> |