mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-29 15:22:11 +02:00
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:
@@ -18,6 +18,7 @@
|
||||
*/
|
||||
|
||||
#include <gst/gst.h>
|
||||
#include <sys/socket.h>
|
||||
|
||||
#include "clapper-server-mdns-private.h"
|
||||
|
||||
|
Reference in New Issue
Block a user