mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-14 12:31:18 +02:00
work commit
This commit is contained in:
12
xapp/pgadmin3/files/patch-pgadmin_utils_sshTunnel.cpp
Normal file
12
xapp/pgadmin3/files/patch-pgadmin_utils_sshTunnel.cpp
Normal file
@@ -0,0 +1,12 @@
|
||||
--- pgadmin/utils/sshTunnel.cpp.orig 2016-02-08 10:25:13 UTC
|
||||
+++ pgadmin/utils/sshTunnel.cpp
|
||||
@@ -19,7 +19,9 @@
|
||||
#include "utils/sshTunnel.h"
|
||||
#include "frm/frmMain.h"
|
||||
|
||||
+#ifdef WIN32
|
||||
#pragma comment (lib, "Ws2_32.lib")
|
||||
+#endif
|
||||
|
||||
typedef const char *(*inet_ntop_t) (int af, const void *src, char *dst, socklen_t size);
|
||||
|
||||
Reference in New Issue
Block a user