summaryrefslogtreecommitdiff
blob: 4da22e2d662c1fa471bbbe7d36c83e3297ccdc96 (plain)
1
2
3
4
5
6
7
8
9
10
11
https://bugs.gentoo.org/874558
--- a/source/asfrecorder.c
+++ b/source/asfrecorder.c
@@ -127,2 +127,7 @@
 #include <time.h>
+#include <ctype.h>
+#include <unistd.h>
+#include <sys/socket.h>
+#include <netinet/in.h>
+#include <arpa/inet.h>