Update 'librb/src/poll.c'
continuous-integration/drone/push Build is passing Details

This commit is contained in:
vulpine 2020-12-13 16:10:32 +00:00
parent 3ddaff26eb
commit 5cf4519c74
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
#include <commio-int.h>
#if defined(HAVE_POLL) && (HAVE_SYS_POLL_H)
#include <sys/poll.h>
#include <poll.h>
/* I hate linux -- adrian */