Merged r11491:11494 from jcorgan/pmt into trunk.
[debian/gnuradio] / mblock / src / lib / mb_worker.cc
index e7ac6a9b4486f5d9aefd5def619d11b0f32bab57..7d2896a1140c8e631e88d319bab52cf45535aaf3 100644 (file)
@@ -1,6 +1,6 @@
 /* -*- c++ -*- */
 /*
- * Copyright 2007,2008 Free Software Foundation, Inc.
+ * Copyright 2007,2008,2009 Free Software Foundation, Inc.
  * 
  * This file is part of GNU Radio
  * 
 #include <mb_gettid.h>
 #include <mblock/msg_accepter.h>
 #include <iostream>
+#include <cstdio>
 #ifdef HAVE_SCHED_H
 #include <sched.h>
 #endif
 
 #define VERBOSE 0              // define to 0 or 1
 
+using namespace pmt;
 
 static pmt_t s_worker_state_changed = pmt_intern("%worker-state-changed");