mirror of
https://git.freebsd.org/ports.git
synced 2025-06-17 18:50:33 -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
12 lines
289 B
C++
12 lines
289 B
C++
--- src/screens/visualizer.cpp.orig 2021-01-19 19:47:11 UTC
|
|
+++ src/screens/visualizer.cpp
|
|
@@ -33,6 +33,9 @@
|
|
#include <fcntl.h>
|
|
#include <netdb.h>
|
|
#include <cassert>
|
|
+#include <sys/types.h>
|
|
+#include <sys/socket.h>
|
|
+#include <netinet/in.h>
|
|
|
|
#include "global.h"
|
|
#include "settings.h"
|