mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-11 15:48:21 +02:00
This covers more variables/args, etc. Closes: https://bugs.gentoo.org/874972 Signed-off-by: Sam James <sam@gentoo.org>
23 lines
551 B
Diff
23 lines
551 B
Diff
https://bugs.gentoo.org/874972
|
|
https://rt.cpan.org/Public/Bug/Display.html?id=152236
|
|
|
|
Description: add more #includes
|
|
for building with -Werror=implicit-function-declaration
|
|
Origin: vendor
|
|
Bug-Debian: https://bugs.debian.org/1065762
|
|
Author: gregor herrmann <gregoa@debian.org>
|
|
Last-Update: 2024-03-10
|
|
|
|
--- a/cddb_lookup.c
|
|
+++ b/cddb_lookup.c
|
|
@@ -21,6 +21,10 @@
|
|
#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"
|
|
|