2016-01-18 19:36:09 +01:00
|
|
|
## moving the <linux/xxxx> includes to below nm includes
|
|
|
|
## no longer works in 1.0.0.
|
|
|
|
--- src/platform/wifi/wifi-utils.h
|
|
|
|
+++ src/platform/wifi/wifi-utils.h.new
|
|
|
|
@@ -22,10 +22,10 @@
|
2015-05-13 12:08:46 +02:00
|
|
|
#ifndef __WIFI_UTILS_H__
|
|
|
|
#define __WIFI_UTILS_H__
|
|
|
|
|
|
|
|
-#include <net/ethernet.h>
|
|
|
|
#include <glib.h>
|
|
|
|
|
|
|
|
#include "nm-dbus-interface.h"
|
2016-01-18 19:36:09 +01:00
|
|
|
+#include <linux/if_ether.h>
|
|
|
|
|
|
|
|
typedef struct WifiData WifiData;
|
|
|
|
|
|
|
|
--- src/settings/nm-settings-connection.h
|
|
|
|
+++ src/settings/nm-settings-connection.h.new
|
|
|
|
@@ -22,10 +22,9 @@
|
2015-05-13 12:08:46 +02:00
|
|
|
#ifndef __NETWORKMANAGER_SETTINGS_CONNECTION_H__
|
|
|
|
#define __NETWORKMANAGER_SETTINGS_CONNECTION_H__
|
|
|
|
|
|
|
|
-#include <net/ethernet.h>
|
|
|
|
-
|
|
|
|
#include <nm-connection.h>
|
|
|
|
#include "nm-types.h"
|
2016-01-18 19:36:09 +01:00
|
|
|
+#include <linux/if_ether.h>
|
2015-08-30 23:27:00 +02:00
|
|
|
|
|
|
|
G_BEGIN_DECLS
|
2016-01-18 19:36:09 +01:00
|
|
|
|
|
|
|
|