diff options
| author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-08-13 07:06:25 +0000 |
|---|---|---|
| committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-08-13 07:06:25 +0000 |
| commit | 04d34a6aed10944031ed473c01416832596fc25a (patch) | |
| tree | 133910e1211bef9b6965b4a1ae855c50bff30a6c /net/dctc-gui-qt/files/patch-dctc_connection.h | |
| parent | Chase Tcl/Tk version to fix building. (diff) | |
Fix build on stable
Reported by: bento
Notes
Notes:
svn path=/head/; revision=86871
Diffstat (limited to 'net/dctc-gui-qt/files/patch-dctc_connection.h')
| -rw-r--r-- | net/dctc-gui-qt/files/patch-dctc_connection.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/dctc-gui-qt/files/patch-dctc_connection.h b/net/dctc-gui-qt/files/patch-dctc_connection.h new file mode 100644 index 000000000000..07bc6bad7d8a --- /dev/null +++ b/net/dctc-gui-qt/files/patch-dctc_connection.h @@ -0,0 +1,10 @@ +--- dctc_connection.h.orig Wed Aug 13 08:54:27 2003 ++++ dctc_connection.h Wed Aug 13 08:54:44 2003 +@@ -4,6 +4,7 @@ + #include <qobject.h> + #include <qsocketdevice.h> + ++#include <sys/types.h> + #include <sys/un.h> + + class QSocketNotifier; |
