Skip to content

Commit

Permalink
fix: warning for sys/poll.h
Browse files Browse the repository at this point in the history
Closes #10

Inspired by this PR in upstream: karalabe#18
  • Loading branch information
rootulp authored Jul 14, 2023
1 parent 7ffc3dc commit a8ab878
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 a8ab878

Please sign in to comment.