ports/audio/ncmpcpp/files/patch-src_status.cpp
Rainer Hurling 3acdd5ab72 audio/ncmpcpp: Update to 0.9.1
Changelog: https://rybczak.net/ncmpcpp/

PR:		252847
Submitted by:	yamagi@yamagi.org (maintainer)
Approved by:	arrowd (mentor)
Differential Revision:	https://reviews.freebsd.org/D28276
2021-01-22 10:22:31 +00:00

11 lines
302 B
C++

--- src/status.cpp.orig 2020-12-23 15:44:33 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 "curses/menu_impl.h"
#include "screens/browser.h"