summaryrefslogtreecommitdiff
path: root/gnuradio-core/src/lib/runtime/gr_dispatcher.cc
diff options
context:
space:
mode:
authoreb2008-04-30 02:24:06 +0000
committereb2008-04-30 02:24:06 +0000
commit38ea3a576a20820e574c6cb37607aeafe07f34b4 (patch)
treef606c6f72729860c68915920a71fa2fa97a0b945 /gnuradio-core/src/lib/runtime/gr_dispatcher.cc
parentd8e2641775a0ceb4fa388c59968a75509250d923 (diff)
downloadgnuradio-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 'gnuradio-core/src/lib/runtime/gr_dispatcher.cc')
-rw-r--r--gnuradio-core/src/lib/runtime/gr_dispatcher.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnuradio-core/src/lib/runtime/gr_dispatcher.cc b/gnuradio-core/src/lib/runtime/gr_dispatcher.cc
index 1b0a1d7a3..e165361fc 100644
--- a/gnuradio-core/src/lib/runtime/gr_dispatcher.cc
+++ b/gnuradio-core/src/lib/runtime/gr_dispatcher.cc
@@ -27,6 +27,7 @@
#include <gr_dispatcher.h>
#include <math.h>
#include <errno.h>
+#include <stdio.h>
#ifdef HAVE_SELECT
# ifdef HAVE_SYS_SELECT_H