tAdd missing netinet/in.h header - synk - synchronize files between hosts
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 66edfe5193f6f9d3d8650544c7dad52a752c68a4
(DIR) parent 2caf25119d8f52f1c4b13b0bbbf039569754c578
(HTM) Author: z3bra <contactatz3bradotorg>
Date: Thu, 8 Jun 2017 08:06:29 +0200
Add missing netinet/in.h header
Diffstat:
M synk.h | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
(DIR) diff --git a/synk.h b/synk.h
t@@ -1,4 +1,5 @@
#include <arpa/inet.h>
+#include <netinet/in.h>
#include <sys/queue.h>
#include <limits.h>