patch-src_Plugins_Qt_QTMSockets_cpp 374 B

1234567891011121314
  1. $OpenBSD: patch-src_Plugins_Qt_QTMSockets_cpp,v 1.1 2017/05/30 22:06:39 espie Exp $
  2. Index: src/Plugins/Qt/QTMSockets.cpp
  3. --- src/Plugins/Qt/QTMSockets.cpp.orig
  4. +++ src/Plugins/Qt/QTMSockets.cpp
  5. @@ -19,6 +19,7 @@
  6. #include <unistd.h>
  7. #include <sys/types.h>
  8. #include <sys/socket.h>
  9. +#include <sys/select.h>
  10. #include <netinet/in.h>
  11. #include <netdb.h>
  12. #include <stdint.h>