Merge pull request #8220 from Shizmob/patch-1

Core/HW/WiimoteReal: add missing Linux include
This commit is contained in:
Léo Lam 2019-06-29 08:18:09 +02:00 committed by GitHub
commit e1e269c9f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
#include <bluetooth/hci.h>
#include <bluetooth/hci_lib.h>
#include <bluetooth/l2cap.h>
#include <sys/select.h>
#include <unistd.h>
#include "Common/CommonTypes.h"