summaryrefslogtreecommitdiff
path: root/audio/ncmpcpp/files/patch-src_screens_visualizer.cpp
blob: 0621a4a861ceada6a1714683a14420fcca7ad581 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- 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"