commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] r11521 - in gnuradio/branches/developers/eb/vrt2: gr-v


From: matt
Subject: [Commit-gnuradio] r11521 - in gnuradio/branches/developers/eb/vrt2: gr-vrt/src vrt/lib
Date: Thu, 30 Jul 2009 18:27:50 -0600 (MDT)

Author: matt
Date: 2009-07-30 18:27:50 -0600 (Thu, 30 Jul 2009)
New Revision: 11521

Modified:
   gnuradio/branches/developers/eb/vrt2/gr-vrt/src/vrt_quadradio_source_32fc.cc
   gnuradio/branches/developers/eb/vrt2/vrt/lib/socket_rx_buffer.cc
Log:
gcc 4.4 fixes

Modified: 
gnuradio/branches/developers/eb/vrt2/gr-vrt/src/vrt_quadradio_source_32fc.cc
===================================================================
--- 
gnuradio/branches/developers/eb/vrt2/gr-vrt/src/vrt_quadradio_source_32fc.cc    
    2009-07-30 22:57:57 UTC (rev 11520)
+++ 
gnuradio/branches/developers/eb/vrt2/gr-vrt/src/vrt_quadradio_source_32fc.cc    
    2009-07-31 00:27:50 UTC (rev 11521)
@@ -24,6 +24,7 @@
 #include <vrt_quadradio_source_32fc.h>
 #include <vrt/quadradio.h>
 #include <vrt/rx_packet_handler.h>
+#include <cstdio>
 
 vrt_quadradio_source_32fc_sptr
 vrt_make_quadradio_source_32fc(const std::string &ip, 

Modified: gnuradio/branches/developers/eb/vrt2/vrt/lib/socket_rx_buffer.cc
===================================================================
--- gnuradio/branches/developers/eb/vrt2/vrt/lib/socket_rx_buffer.cc    
2009-07-30 22:57:57 UTC (rev 11520)
+++ gnuradio/branches/developers/eb/vrt2/vrt/lib/socket_rx_buffer.cc    
2009-07-31 00:27:50 UTC (rev 11521)
@@ -35,6 +35,7 @@
 #include <stdexcept>
 #include <string.h>
 #include <fcntl.h>
+#include <cstdio>
 
 
 #define SOCKET_RX_BUFFER_DEBUG      1 // define to 0 or 1





reply via email to

[Prev in Thread] Current Thread [Next in Thread]