mirror of
https://git.freebsd.org/ports.git
synced 2025-05-16 17:21:49 -04:00
13 lines
307 B
C
13 lines
307 B
C
--- src/tds/tls.c.orig 2015-05-16 09:00:33 UTC
|
|
+++ src/tds/tls.c
|
|
@@ -46,6 +46,10 @@
|
|
#include <sys/stat.h>
|
|
#endif /* HAVE_SYS_STAT_H */
|
|
|
|
+#if defined(__FreeBSD__) || defined(__DragonFly__)
|
|
+#include <sys/socket.h>
|
|
+#endif
|
|
+
|
|
#include <freetds/tds.h>
|
|
#include <freetds/string.h>
|
|
#include <freetds/tls.h>
|