[airplay] Add missing include of errno.h in the new events handling

Closes #1294
This commit is contained in:
ejurgensen 2021-08-14 21:13:50 +02:00
parent b6835fac29
commit f4983b8a11

View File

@ -25,6 +25,7 @@
#include <string.h> #include <string.h>
#include <unistd.h> #include <unistd.h>
#include <inttypes.h> #include <inttypes.h>
#include <errno.h>
#include <sys/socket.h> #include <sys/socket.h>
#include <pthread.h> #include <pthread.h>