mirror of
https://git.freebsd.org/ports.git
synced 2025-05-05 07:57:38 -04:00
12 lines
298 B
C++
12 lines
298 B
C++
--- src/sshmasterconnection.cpp.orig 2018-06-25 20:21:49 UTC
|
|
+++ src/sshmasterconnection.cpp
|
|
@@ -29,6 +29,9 @@
|
|
#include <QDir>
|
|
#include <QTemporaryFile>
|
|
#ifndef Q_OS_WIN
|
|
+#include <sys/types.h>
|
|
+#include <sys/socket.h>
|
|
+#include <netinet/in.h>
|
|
#include <arpa/inet.h>
|
|
#endif
|
|
#include <math.h>
|