ports/audio/ncmpcpp/files/patch-src_status.cpp
Thomas Zander dca9c94809 Update to upstream version 0.7.0-b1
PR:		204499
Submitted by:	yamagi@yamagi.org (maintainer)
2015-11-15 16:21:01 +00:00

12 lines
285 B
C++

--- src/status.cpp.orig 2015-11-04 20:01:29 UTC
+++ src/status.cpp
@@ -21,6 +21,8 @@
#include <boost/date_time/posix_time/posix_time.hpp>
#include <netinet/tcp.h>
#include <netinet/in.h>
+#include <sys/types.h>
+#include <sys/socket.h>
#include "browser.h"
#include "charset.h"