mirror of
https://github.com/librempeg/librempeg
synced 2024-11-23 03:28:27 +00:00
lavf/rtpproto: Use the correct patch when including poll.h
Fixes a warning using musl: In file included from libavformat/rtpproto.c:43:0: /usr/local/musl/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
This commit is contained in:
parent
95a27a8846
commit
06f65a17a3
@ -40,7 +40,7 @@
|
||||
#include "os_support.h"
|
||||
#include <fcntl.h>
|
||||
#if HAVE_POLL_H
|
||||
#include <sys/poll.h>
|
||||
#include <poll.h>
|
||||
#endif
|
||||
|
||||
typedef struct RTPContext {
|
||||
|
Loading…
Reference in New Issue
Block a user