diff options
Diffstat (limited to 'gnuradio-runtime/lib/sys_paths.cc')
-rw-r--r-- | gnuradio-runtime/lib/sys_paths.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnuradio-runtime/lib/sys_paths.cc b/gnuradio-runtime/lib/sys_paths.cc index 068a38a51d..6305bb40bc 100644 --- a/gnuradio-runtime/lib/sys_paths.cc +++ b/gnuradio-runtime/lib/sys_paths.cc @@ -20,8 +20,8 @@ */ #include <gnuradio/sys_paths.h> -#include <cstdlib> //getenv #include <cstdio> //P_tmpdir (maybe) +#include <cstdlib> //getenv #include <boost/filesystem/path.hpp> |