mirror of
https://git.freebsd.org/ports.git
synced 2025-07-10 05:49:22 -04:00
- Changelog: https://rybczak.net/ncmpcpp/ PR: 219534 Submitted by: yamagi@yamagi.org (maintainer) Approved by: rene (mentor) Differential Revision: https://reviews.freebsd.org/D10960
11 lines
302 B
C++
11 lines
302 B
C++
--- src/status.cpp.orig 2017-05-25 13:30:40 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"
|