- There was an issue regarding missing odbcss.h file while upgrading through ports which has been fixed
14 lines
293 B
C
14 lines
293 B
C
--- src/tds/tls.c.orig 2023-11-24 09:01:53 UTC
|
|
+++ src/tds/tls.c
|
|
@@ -53,6 +53,10 @@
|
|
#include <sys/socket.h>
|
|
#endif
|
|
|
|
+#if defined(__FreeBSD__) || defined(__DragonFly__)
|
|
+#include <sys/socket.h>
|
|
+#endif
|
|
+
|
|
#include <freetds/tds.h>
|
|
#include <freetds/utils/string.h>
|
|
#include <freetds/tls.h>
|