ports/sysutils/collectd/patches/patch-src_libcollectdclient_server_c

17 lines
378 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: src/libcollectdclient/server.c
--- src/libcollectdclient/server.c.orig
+++ src/libcollectdclient/server.c
@@ -39,10 +39,11 @@
// clang-format off
#include <errno.h>
+#include <sys/time.h>
+#include <sys/socket.h>
#include <stdbool.h>
#include <string.h>
#include <unistd.h>
-#include <sys/socket.h>
#include <sys/types.h>
#include <net/if.h>
#include <netdb.h>