GNU bug report logs - #77724
[PATCH] maint: include errno.h

Previous Next

Package: gzip;

Reported by: Andreas Stieger <Andreas.Stieger <at> gmx.de>

Date: Fri, 11 Apr 2025 07:01:04 UTC

Severity: normal

Tags: patch

Full log


Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Andreas Stieger <Andreas.Stieger <at> gmx.de>
To: bug-gzip <at> gnu.org
Cc: Sarah Julia Kriesch <ada.lovelace <at> gmx.de>
Subject: [PATCH] maint: include errno.h
Date: Fri, 11 Apr 2025 07:27:29 +0200
Found building for s390x on openSUSE
---
dfltcc.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/dfltcc.c b/dfltcc.c
index 9f86581..7333757 100644
--- a/dfltcc.c
+++ b/dfltcc.c
@@ -18,6 +18,7 @@
#include <config.h>
#include <stdlib.h>
+#include <errno.h>
#ifdef HAVE_SYS_SDT_H
# include <sys/sdt.h>

--
2.49.0





This bug report was last modified 69 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.