1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-17 18:50:33 -04:00
ports/audio/ncmpcpp/files/patch-src_screens_visualizer.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

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"