diff options
Diffstat (limited to 'net-p2p/dctc-gui-qt/files/patch-hubwdgt.cc')
-rw-r--r-- | net-p2p/dctc-gui-qt/files/patch-hubwdgt.cc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net-p2p/dctc-gui-qt/files/patch-hubwdgt.cc b/net-p2p/dctc-gui-qt/files/patch-hubwdgt.cc new file mode 100644 index 000000000000..15d47585bfc6 --- /dev/null +++ b/net-p2p/dctc-gui-qt/files/patch-hubwdgt.cc @@ -0,0 +1,10 @@ +--- hubwdgt.cc.orig Wed Aug 13 08:57:51 2003 ++++ hubwdgt.cc Wed Aug 13 08:59:05 2003 +@@ -29,6 +29,7 @@ + #include <qfile.h> + #include <qdir.h> + #include <zlib.h> ++#include <sys/time.h> + #include "hubwdgt.h" + #include "debugdlg.h" + #include "searchdlg.h" |