Skip to content

Commit

Permalink
Add missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
cvuchener committed Aug 3, 2017
1 parent e8c0360 commit eb1c662
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libhidpp/misc/HIDRaw.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ extern "C" {
#include <unistd.h>
#include <fcntl.h>
#include <sys/ioctl.h>
#include <sys/select.h>
#include <linux/hidraw.h>
}

Expand Down

0 comments on commit eb1c662

Please sign in to comment.