From 49fbd96196e14c315739aaba47f9ba11e4f56b22 Mon Sep 17 00:00:00 2001
From: c vw <dl1ycf@darc.de>
Date: Mon, 15 Jun 2020 16:51:13 +0200
Subject: [PATCH] included sys/socket.h

---
 stemlab_discovery.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/stemlab_discovery.c b/stemlab_discovery.c
index 8b90aac..df9c45c 100644
--- a/stemlab_discovery.c
+++ b/stemlab_discovery.c
@@ -31,6 +31,7 @@
 #include <stdlib.h>
 #include <stdbool.h>
 #include <ifaddrs.h>
+#include <sys/socket.h>
 #include <net/if.h>
 #include <arpa/inet.h>
 #include <string.h>
@@ -40,7 +41,6 @@
 #include <gdk/gdk.h>
 #include <glib.h>
 #include <errno.h>
-#include <ifaddrs.h>
 #include <stdint.h>
 #include <string.h>
 
-- 
2.45.2