mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-21 18:00:20 +01:00
12 lines
212 B
C
12 lines
212 B
C
|
|
/* Hacks necessary to #include wireless.h; yay for WEXT */
|
||
|
|
|
||
|
|
#ifndef __user
|
||
|
|
#define __user
|
||
|
|
#endif
|
||
|
|
#include <sys/types.h>
|
||
|
|
#include <linux/types.h>
|
||
|
|
#include <sys/socket.h>
|
||
|
|
#include <net/if.h>
|
||
|
|
#include <wireless.h>
|
||
|
|
|