mirror of
https://github.com/transmission/transmission
synced 2025-03-03 18:25:35 +00:00
(libT) add '#include errno.h' to announcer-udp.c to ensure errno is declared
This commit is contained in:
parent
e899519a97
commit
6d5a54e52c
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@
|
|||
|
||||
#define __LIBTRANSMISSION_ANNOUNCER_MODULE___
|
||||
|
||||
#include <errno.h> /* errno, EAFNOSUPPORT */
|
||||
#include <string.h> /* memcpy (), memset () */
|
||||
|
||||
#include <event2/buffer.h>
|
||||
|
|
Loading…
Reference in a new issue