summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgregor herrmann <gregoa@debian.org>2024-03-10 13:18:16 +0100
committergregor herrmann <gregoa@debian.org>2024-03-10 13:18:16 +0100
commit23f0465315470684b4089cbbef73c9cd9688f7f0 (patch)
tree8d0c7140dc9cb8440ae0fca1b77f836cb69002f7
parent1e1ab3e0d05ba2d541b76792d46ba76b3dd49d58 (diff)
add more #includes
Origin: vendor Bug-Debian: https://bugs.debian.org/1065762 Last-Update: 2024-03-10 Forwarded: https://rt.cpan.org/Ticket/Display.html?id=152236 Bug: https://rt.cpan.org/Ticket/Display.html?id=152236 for building with -Werror=implicit-function-declaration Gbp-Pq: Name implicit-function-declaration.patch
-rw-r--r--cddb_lookup.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/cddb_lookup.c b/cddb_lookup.c
index b569bd2..4911a76 100644
--- a/cddb_lookup.c
+++ b/cddb_lookup.c
@@ -21,6 +21,10 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
#include "cdaudio.h"
#include "cddb_lookup.h"
#include "stdio.h"
+#include <stdlib.h>
+#include <string.h>
+#include <sys/socket.h>
+#include <signal.h>
#define PACKAGE "Audio::CD"