freebsd-ports/net/dctc-gui-qt/files/patch-dctc_connection.h
Tilman Keskinoz 04d34a6aed Fix build on stable
Reported by:	bento
2003-08-13 07:06:25 +00:00

10 lines
238 B
C++

--- 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;