mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-05 15:00:25 +01:00
ifcfg-rh: use correct location of wireless.h
We used to require wireless-tools. We no longer do, so use the kernel includes header here that we checked for at configure time.
This commit is contained in:
parent
f4da4f5523
commit
93f289bc13
1 changed files with 1 additions and 7 deletions
|
|
@ -32,13 +32,7 @@
|
|||
#include <unistd.h>
|
||||
#include <netinet/ether.h>
|
||||
#include <linux/if.h>
|
||||
|
||||
#ifndef __user
|
||||
#define __user
|
||||
#endif
|
||||
#include <linux/types.h>
|
||||
#include <wireless.h>
|
||||
#undef __user
|
||||
#include <linux/wireless.h>
|
||||
|
||||
#include <glib.h>
|
||||
#include <glib/gi18n.h>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue