Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/databases/credis/files/patch-credis.c
16461 views
1
--- credis.c.orig 2011-02-02 09:38:06.000000000 -0500
2
+++ credis.c 2011-02-02 09:38:37.000000000 -0500
3
@@ -34,6 +34,9 @@
4
#define WIN32_LEAN_AND_MEAN
5
#include <winsock2.h>
6
#else
7
+#ifdef __FreeBSD__
8
+#include <sys/types.h>
9
+#endif
10
#include <arpa/inet.h>
11
#include <errno.h>
12
#include <fcntl.h>
13
14