mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-30 07:42:23 +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 <gst/gst.h>
|
||||||
|
#include <sys/socket.h>
|
||||||
|
|
||||||
#include "clapper-server-mdns-private.h"
|
#include "clapper-server-mdns-private.h"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user