summaryrefslogtreecommitdiff
path: root/gnuradio-core/src/lib/runtime/gr_message.cc
diff options
context:
space:
mode:
authoreb <eb@221aa14e-8319-0410-a670-987f0aec2ac5>2008-04-30 02:24:06 +0000
committereb <eb@221aa14e-8319-0410-a670-987f0aec2ac5>2008-04-30 02:24:06 +0000
commit38ea3a576a20820e574c6cb37607aeafe07f34b4 (patch)
treef606c6f72729860c68915920a71fa2fa97a0b945 /gnuradio-core/src/lib/runtime/gr_message.cc
parentd8e2641775a0ceb4fa388c59968a75509250d923 (diff)
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_message.cc')
-rw-r--r--gnuradio-core/src/lib/runtime/gr_message.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnuradio-core/src/lib/runtime/gr_message.cc b/gnuradio-core/src/lib/runtime/gr_message.cc
index f14ed9d9c4..6bef71ed56 100644
--- a/gnuradio-core/src/lib/runtime/gr_message.cc
+++ b/gnuradio-core/src/lib/runtime/gr_message.cc
@@ -25,6 +25,7 @@
#endif
#include <gr_message.h>
#include <assert.h>
+#include <string.h>
static long s_ncurrently_allocated = 0;