diff options
Diffstat (limited to 'gnuradio-runtime/lib/rpcserver_ice.cc')
-rw-r--r-- | gnuradio-runtime/lib/rpcserver_ice.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnuradio-runtime/lib/rpcserver_ice.cc b/gnuradio-runtime/lib/rpcserver_ice.cc index 12229a0688..2454bf2580 100644 --- a/gnuradio-runtime/lib/rpcserver_ice.cc +++ b/gnuradio-runtime/lib/rpcserver_ice.cc @@ -26,7 +26,7 @@ #include <iostream> #include <sstream> #include <stdexcept> -#include <gruel/pmt.h> +#include <pmt/pmt.h> #define DEBUG 0 |