File solid-networking-compile-fix.patch of Package kdebase4-runtime
--- kde-runtime-17.08.3/solid-networkstatus/kded/networkmanagerstatus.cpp.orig 2022-01-17 14:01:23.485749122 +0100
+++ kde-runtime-17.08.3/solid-networkstatus/kded/networkmanagerstatus.cpp 2022-01-17 14:04:32.696904279 +0100
@@ -24,12 +24,12 @@
License along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
+#include <NetworkManager.h>
+
#include "networkmanagerstatus.h"
#include <QtDBus/QDBusReply>
-#include <NetworkManager.h>
-
#if !defined(NM_CHECK_VERSION)
#define NM_CHECK_VERSION(x,y,z) 0
#endif