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
This commit is contained in:
eb 2008-04-30 02:24:06 +00:00
parent 1e6197dd77
commit b733faac59
11 changed files with 12 additions and 0 deletions

View File

@ -30,6 +30,7 @@
#include "usrp_prims.h"
#include "usrp_spi_defs.h"
#include <string.h>
char *prog_name;

View File

@ -26,6 +26,7 @@
#include <qa_inband_packet_prims.h>
#include <cppunit/TestAssert.h>
#include <stdio.h>
#include <string.h>
#include <usrp_inband_usb_packet.h> // will change on gigabit crossover
typedef usrp_inband_usb_packet transport_pkt;

View File

@ -24,6 +24,7 @@
#endif
#include <stdio.h>
#include <string.h>
#include <iostream>
#include <usrp_inband_usb_packet.h>
#include <mb_mblock.h>

View File

@ -28,6 +28,7 @@
#include <usrp_bytesex.h>
#include <iostream>
#include <stdio.h>
#include <string.h>
bool usrp_inband_usb_packet::align32()
{

View File

@ -33,6 +33,7 @@
#include <fpga_regs_common.h>
#include "usrp_standard.h"
#include <stdio.h>
#include <string.h>
#include <ui_nco.h>
#include <fstream>

View File

@ -28,6 +28,7 @@
#include <mb_class_registry.h>
#include <vector>
#include <usrp_usb_interface.h>
#include <string.h>
#include <symbols_usrp_server_cs.h>
#include <symbols_usrp_channel.h>
@ -35,6 +36,7 @@
#include <symbols_usrp_rx.h>
#include <symbols_usrp_low_level_cs.h>
#include <symbols_usrp_interface_cs.h>
static pmt_t s_shutdown = pmt_intern("%shutdown");
typedef usrp_inband_usb_packet transport_pkt; // makes conversion to gigabit easy

View File

@ -28,6 +28,7 @@
#include <usb.h>
#include <assert.h>
#include <stdexcept>
#include <string.h>
static const int MAX_BLOCK_SIZE = fusb_sysconfig::max_block_size();
static const int DEFAULT_BLOCK_SIZE = MAX_BLOCK_SIZE;

View File

@ -34,6 +34,7 @@
#include <assert.h>
#include <math.h>
#include <ad9862.h>
#include <string.h>
using namespace ad9862;

View File

@ -32,6 +32,7 @@
#include <usrp_local_sighandler.h>
#include <stdexcept>
#include <stdio.h>
#include <string.h>
usrp_local_sighandler::usrp_local_sighandler (int signum,
void (*new_handler)(int))

View File

@ -62,6 +62,7 @@ static char *default_firmware_filename = "std.ihx";
static char *default_fpga_filename = "std_2rxhb_2tx.rbf";
#include "std_paths.h"
#include <stdio.h>
static char *
find_file (const char *filename, int hw_rev)

View File

@ -52,6 +52,7 @@ char *alloca ();
#endif
#include <stdio.h>
#include <string.h>
/* Comment out all this code if we are using the GNU C Library, and are not
actually compiling the library itself. This code is part of the GNU C