blob: 30ba5e64786e523edd1de56e2dff2363a563b734 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- bluez-5.12.orig/plugins/wiimote.c 2013-12-10 07:59:06.000000000 +0100
+++ bluez-5.12/plugins/wiimote.c 2013-12-21 19:29:22.000000000 +0100
@@ -28,6 +28,7 @@
#include <stdbool.h>
#include <bluetooth/bluetooth.h>
+#include <fcntl.h>
#include <glib.h>
#include "plugin.h"
|