X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/7f97fda7b59bd9d3beb9bd4591a4e6dea9efccab..477b12ff719d3749b8d8f85035bd6384fee9be0d:/lib/speaker-protocol.h diff --git a/lib/speaker-protocol.h b/lib/speaker-protocol.h index cd6a192..4a8d3aa 100644 --- a/lib/speaker-protocol.h +++ b/lib/speaker-protocol.h @@ -26,7 +26,9 @@ #define SPEAKER_PROTOCOL_H #include "byte-order.h" -#include +#if HAVE_NETINET_IN_H +# include +#endif /** @brief A message from the main server to the speaker, or vica versa */ struct speaker_message {