mirror of
https://git.freebsd.org/ports.git
synced 2025-05-12 23:31:50 -04:00
Changelog: https://rybczak.net/ncmpcpp/ PR: 252847 Submitted by: yamagi@yamagi.org (maintainer) Approved by: arrowd (mentor) Differential Revision: https://reviews.freebsd.org/D28276
11 lines
302 B
C++
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"
|