From: c vw <dl1ycf@darc.de>
Date: Mon, 15 Jun 2020 14:51:13 +0000 (+0200)
Subject: included sys/socket.h
X-Git-Url: https://git.rkrishnan.org/pf/content/(%5B%5E?a=commitdiff_plain;h=49fbd96196e14c315739aaba47f9ba11e4f56b22;p=pihpsdr.git

included sys/socket.h
---

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>