From c2234f3421b3caec39bed6a0b65dcdbc5c336a6b Mon Sep 17 00:00:00 2001
From: Bent Bisballe Nyeng <deva@aasimon.org>
Date: Thu, 6 Feb 2025 17:40:38 +0100
Subject: Add missing 'environ' forward declaration.

---
 test/testprog.cc | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

(limited to 'test')

diff --git a/test/testprog.cc b/test/testprog.cc
index faf1498..93edc3f 100644
--- a/test/testprog.cc
+++ b/test/testprog.cc
@@ -1,7 +1,9 @@
 #include <iostream>
 #include <fstream>
 #include <string>
-#include <signal.h>
+#include <csignal>
+
+extern char **environ;
 
 int main(int argc, const char* argv[])
 {
-- 
cgit v1.2.3