mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
2ffc000fb1
- Use pkg-plist to register installed files - Add option to disable LDAP support - Don't install copy of GPLv2 license PR: ports/172044 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Feature safe: yes
13 lines
304 B
C++
13 lines
304 B
C++
--- sshprocess.cpp.orig 2011-11-25 21:08:10.000000000 +0900
|
|
+++ sshprocess.cpp 2011-12-20 01:53:47.000000000 +0900
|
|
@@ -21,6 +21,9 @@
|
|
#include <QTimer>
|
|
|
|
#ifndef Q_OS_WIN
|
|
+#include <sys/types.h>
|
|
+#include <sys/socket.h>
|
|
+#include <netinet/in.h>
|
|
#include <arpa/inet.h>
|
|
#include <netinet/tcp.h>
|
|
#endif
|