diff options
author | Lubomir Rintel <lkundrak@v3.sk> | 2019-09-12 10:17:35 +0200 |
---|---|---|
committer | Lubomir Rintel <lkundrak@v3.sk> | 2019-09-12 10:17:53 +0200 |
commit | a79b01e539a88b41b0497acf8b762d162a89bc0b (patch) | |
tree | 7c5e7b75c06e5f53d21c86017b47cb4f81f5c992 /src/devices/wifi/nm-device-olpc-mesh.c | |
parent | d6b797584fc1d9c149dcfcbc1b5db3c66e418979 (diff) | |
download | NetworkManager-lr/rfkill.tar.gz |
rfkill: use rfkill.h instead of redefining thingslr/rfkill
It's been there since forever.
Diffstat (limited to 'src/devices/wifi/nm-device-olpc-mesh.c')
-rw-r--r-- | src/devices/wifi/nm-device-olpc-mesh.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/wifi/nm-device-olpc-mesh.c b/src/devices/wifi/nm-device-olpc-mesh.c index 8bdded8ae8..718e12b103 100644 --- a/src/devices/wifi/nm-device-olpc-mesh.c +++ b/src/devices/wifi/nm-device-olpc-mesh.c @@ -14,6 +14,7 @@ #include "nm-device-olpc-mesh.h" +#include <linux/rfkill.h> #include <netinet/in.h> #include <sys/stat.h> #include <sys/wait.h> |