Skip to content

Commit

Permalink
Merge pull request #8220 from Shizmob/patch-1
Browse files Browse the repository at this point in the history
Core/HW/WiimoteReal: add missing Linux include
  • Loading branch information
leoetlino committed Jun 29, 2019
2 parents 58c78a4 + e647503 commit e1e269c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/Core/Core/HW/WiimoteReal/IOLinux.cpp
Expand Up @@ -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"
Expand Down

0 comments on commit e1e269c

Please sign in to comment.