URL: <https://savannah.gnu.org/bugs/?67526>
Summary: termcap.c is missing strings.h to get index()
declaration on Solaris
Group: GNU Screen
Submitter: psumbera
Submitted: Wed 17 Sep 2025 07:44:59 AM UTC
Category: Build/Install
Severity: 3 - Normal
Priority: 5 - Normal
Status: None
Privacy: Public
Assigned to: None
Open/Closed: Open
Discussion Lock: Any
Release: 5.0.1
Fixed Release: None
Planned Release: None
Work Required: None
_______________________________________________________
Follow-up Comments:
-------------------------------------------------------
Date: Wed 17 Sep 2025 07:44:59 AM UTC By: Petr Sumbera <psumbera>
--- screen-5.0.1/termcap.c
+++ screen-5.0.1/termcap.c
@@ -32,6 +32,7 @@ #include "termcap.h"
#include <sys/types.h>
#include <stdint.h>
+#include <strings.h>
#include "screen.h"
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?67526>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
signature.asc
Description: PGP signature
