ports/devel/cxxtools/files/patch-src_tcpsocketimpl.h
Dmitry Marakasov 1461f87790 - Switch to USES=localbase
- Strip libraries
- Switch to options helpers
- Simplify patches handling
2016-02-09 01:47:26 +00:00

10 lines
259 B
C++

--- src/tcpsocketimpl.h.orig 2014-01-17 19:05:09 UTC
+++ src/tcpsocketimpl.h
@@ -36,6 +36,7 @@
#include <string>
#include <sys/types.h>
#include <sys/socket.h>
+#include <netinet/in.h>
#include <sys/poll.h>
#include <sys/time.h>
#include <netinet/in.h>