void-packages/srcpkgs/actiona/patches/socket-include-order.patch
Jürgen Buchmüller 8e32170faa
actiona: update to 3.10.0
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
2018-07-27 20:16:09 +02:00

15 lines
448 B
Diff

--- actions/actionpacksystem/systeminfo/linux/qnetworkinfo_linux.cpp 2018-07-17 20:29:12.000000000 +0200
+++ actions/actionpacksystem/systeminfo/linux/qnetworkinfo_linux.cpp 2018-07-27 20:12:49.889568736 +0200
@@ -62,11 +62,11 @@
#endif // QT_NO_UDEV
#include <cmath>
-#include <linux/wireless.h>
#include <sys/ioctl.h>
#include <sys/socket.h>
#include <sys/types.h>
#include <unistd.h>
+#include <linux/wireless.h>
QT_BEGIN_NAMESPACE