commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r11271 - gnuradio/trunk/gr-msdd6000/src


From: anastas
Subject: [Commit-gnuradio] r11271 - gnuradio/trunk/gr-msdd6000/src
Date: Tue, 23 Jun 2009 09:34:08 -0600 (MDT)

Author: anastas
Date: 2009-06-23 09:34:08 -0600 (Tue, 23 Jun 2009)
New Revision: 11271

Modified:
   gnuradio/trunk/gr-msdd6000/src/msdd_source_simple.cc
Log:
added include <cstdio> statements in several files to make it compatible with 
g++ 4.4

Modified: gnuradio/trunk/gr-msdd6000/src/msdd_source_simple.cc
===================================================================
--- gnuradio/trunk/gr-msdd6000/src/msdd_source_simple.cc        2009-06-23 
15:31:03 UTC (rev 11270)
+++ gnuradio/trunk/gr-msdd6000/src/msdd_source_simple.cc        2009-06-23 
15:34:08 UTC (rev 11271)
@@ -25,6 +25,7 @@
 #include <msdd_source_simple.h>
 #include <gr_io_signature.h>
 #include <string.h>
+#include <cstdio>
 
 
 msdd_source_simple_sptr





reply via email to

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