aboutsummaryrefslogtreecommitdiffstats
path: root/testing/catatonit/fix-undeclared-identifier.patch
blob: cbe2ae8eb13ba4544d8fd28512fffe5c8a20707f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/catatonit.c b/catatonit.c
index db972d6..51d530b 100644
--- a/catatonit.c
+++ b/catatonit.c
@@ -34,6 +34,8 @@
 
 #include "config.h"
 
+extern char **__environ;
+
 static enum loglevel_t {
 	LOG_FATAL = 0,
 	LOG_ERROR = 1,