diff options
Diffstat (limited to 'plugins/popen.c')
-rw-r--r-- | plugins/popen.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/popen.c b/plugins/popen.c index 98ba085..05fd0ab 100644 --- a/plugins/popen.c +++ b/plugins/popen.c | |||
@@ -18,8 +18,7 @@ int spclose(FILE *); | |||
18 | * | 18 | * |
19 | ******************************************************************************/ | 19 | ******************************************************************************/ |
20 | 20 | ||
21 | #include <config.h> | 21 | #include "common.h" |
22 | #include <common.h> | ||
23 | 22 | ||
24 | /* extern so plugin has pid to kill exec'd process on timeouts */ | 23 | /* extern so plugin has pid to kill exec'd process on timeouts */ |
25 | extern int timeout_interval; | 24 | extern int timeout_interval; |