Skip to content

Commit

Permalink
Merge pull request #12 from rootulp/patch-2
Browse files Browse the repository at this point in the history
fix: warning for `sys/poll.h`
  • Loading branch information
ftheirs authored Aug 13, 2023
2 parents 9c61cff + a8ab878 commit 64f9b4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hid_enabled.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ package hid
#cgo windows LDFLAGS: -lsetupapi
#ifdef OS_LINUX
#include <sys/poll.h>
#include <poll.h>
#include "os/threads_posix.c"
#include "os/poll_posix.c"
Expand Down

0 comments on commit 64f9b4e

Please sign in to comment.