aboutsummaryrefslogtreecommitdiff
path: root/libs/avahi/patches/011-fix-poll-h-warnings-on-musl.patch
Commit message (Collapse)AuthorAge
* libs/avahi: fix warning with poll.h include on muslAlexandru Ardelean2016-01-06
Warning is: #warning redirecting incorrect #include <sys/poll.h> to <poll. Not a big issue. But it can be annoying when building with -Werror set. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>