clapper: server: Fix missing include of <sys/socket.h>

We need it for "AF_INET" symbols. Otherwise build fails on some systems.
This commit is contained in:
Rafał Dzięgiel
2025-01-21 22:53:47 +01:00
parent a449b6b3f5
commit 0cee4e90a5

View File

@@ -18,6 +18,7 @@
*/
#include <gst/gst.h>
#include <sys/socket.h>
#include "clapper-server-mdns-private.h"