commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r6634 - gnuradio/trunk/gnuradio-core/src/lib/runtime


From: jcorgan
Subject: [Commit-gnuradio] r6634 - gnuradio/trunk/gnuradio-core/src/lib/runtime
Date: Tue, 16 Oct 2007 11:56:15 -0600 (MDT)

Author: jcorgan
Date: 2007-10-16 11:56:14 -0600 (Tue, 16 Oct 2007)
New Revision: 6634

Modified:
   gnuradio/trunk/gnuradio-core/src/lib/runtime/gr_top_block.cc
Log:
Add missing include for ::write

Modified: gnuradio/trunk/gnuradio-core/src/lib/runtime/gr_top_block.cc
===================================================================
--- gnuradio/trunk/gnuradio-core/src/lib/runtime/gr_top_block.cc        
2007-10-13 21:51:08 UTC (rev 6633)
+++ gnuradio/trunk/gnuradio-core/src/lib/runtime/gr_top_block.cc        
2007-10-16 17:56:14 UTC (rev 6634)
@@ -24,6 +24,7 @@
 #include "config.h"
 #endif
 
+#include <unistd.h>
 #include <gr_top_block.h>
 #include <gr_top_block_impl.h>
 #include <gr_io_signature.h>





reply via email to

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