Skip to content
Snippets Groups Projects
Commit e5d4a8eb authored by Sébastien Blin's avatar Sébastien Blin Committed by Adrien Béraud
Browse files

build: fix build without libnm

GitLab: #451
Change-Id: I82267e54b3bfe7bac1617221c801fe67b5c28b40
parent ab744e8d
No related branches found
No related tags found
No related merge requests found
...@@ -18,8 +18,10 @@ ...@@ -18,8 +18,10 @@
#ifndef _WIN32 #ifndef _WIN32
#include <glib.h> #include <glib.h>
#ifdef USE_LIBNM
#include <NetworkManager.h> #include <NetworkManager.h>
#endif #endif
#endif
#include "connectivitymonitor.h" #include "connectivitymonitor.h"
#include <QDebug> #include <QDebug>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment