ports/net/serveez/files/patch-src_networking-headers.h
Muhammad Moinur Rahman 10d82819dc net/serveez: Update version 0.2.2=>0.3.1
- Adopt port
- Switch to Guile 2
2023-10-21 21:01:36 +02:00

11 lines
249 B
C

--- src/networking-headers.h.orig 2021-12-11 09:07:37 UTC
+++ src/networking-headers.h
@@ -25,6 +25,8 @@
*/
# define IPV6_OK 0
#else
+# include <sys/types.h>
+# include <sys/socket.h>
# include <arpa/inet.h>
# include <netinet/in.h>
/* See: