Merge pull request #850 from z3ntu/poll-h

Fix non-standard usage of <sys/poll.h>
This commit is contained in:
Alex 2020-09-21 10:58:27 +02:00 committed by GitHub
commit fcab026512
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -20,8 +20,8 @@
#include <fcntl.h>
#include <linux/rfkill.h>
#include <poll.h>
#include <stdlib.h>
#include <sys/poll.h>
#include <unistd.h>
#include <cerrno>