aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/popen.h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/popen.h.in b/plugins/popen.h.in
index adae2ecf..a1af4be0 100644
--- a/plugins/popen.h.in
+++ b/plugins/popen.h.in
@@ -2,7 +2,7 @@ FILE *spopen (const char *);
int spclose (FILE *);
RETSIGTYPE popen_timeout_alarm_handler (int);
-int timeout_interval;
+extern int timeout_interval;
pid_t *childpid;
int *child_stderr_array;
FILE *child_process;