aboutsummaryrefslogtreecommitdiffstats
path: root/mpm/lib/net_helper.cpp
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2017-03-23 15:40:28 -0700
committerMartin Braun <martin.braun@ettus.com>2017-12-22 15:03:44 -0800
commit6d332e5ca4a7311406ac285f827c31c9e5b94280 (patch)
tree77098d97db8e8884124d66617721724821a80ced /mpm/lib/net_helper.cpp
parentef6326a174e6880be5e2eaeac26a2c5de0768807 (diff)
downloaduhd-6d332e5ca4a7311406ac285f827c31c9e5b94280.tar.gz
uhd-6d332e5ca4a7311406ac285f827c31c9e5b94280.tar.bz2
uhd-6d332e5ca4a7311406ac285f827c31c9e5b94280.zip
mpm: move public includes into include/
Diffstat (limited to 'mpm/lib/net_helper.cpp')
-rw-r--r--mpm/lib/net_helper.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpm/lib/net_helper.cpp b/mpm/lib/net_helper.cpp
index 0da8de3cf..a40fd742d 100644
--- a/mpm/lib/net_helper.cpp
+++ b/mpm/lib/net_helper.cpp
@@ -15,7 +15,7 @@
// along with this program. If not, see <http://www.gnu.org/licenses/>.
//
-#include "net_helper.hpp"
+#include <mpm/net_helper.hpp>
#include <uhd/exception.hpp>
#include <boost/format.hpp>
#include <netdb.h>