diff options
Diffstat (limited to 'gnuradio-runtime/lib/gr_realtime.cc')
-rw-r--r-- | gnuradio-runtime/lib/gr_realtime.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnuradio-runtime/lib/gr_realtime.cc b/gnuradio-runtime/lib/gr_realtime.cc index d7a7eab5ba..9977718a5d 100644 --- a/gnuradio-runtime/lib/gr_realtime.cc +++ b/gnuradio-runtime/lib/gr_realtime.cc @@ -25,9 +25,10 @@ #endif #include <gr_realtime.h> +#include <realtime.h> gr_rt_status_t gr_enable_realtime_scheduling() { - return gr_enable_realtime_scheduling(); + return gr::enable_realtime_scheduling(); } |