diff options
author | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2003-08-10 06:53:22 +0000 |
---|---|---|
committer | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2003-08-10 06:53:22 +0000 |
commit | f4f92be60c94fd4e0dd4b2b4b3101543eedb706a (patch) | |
tree | 28d25bd0ab624d82435823c940a186370947ad4d /plugins/popen.c | |
parent | cbf702f51f839af5a8e9c66bdae7d6a3dc363ace (diff) | |
download | monitoring-plugins-f4f92be60c94fd4e0dd4b2b4b3101543eedb706a.tar.gz |
the last round of pedantic compiler warnings
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@676 f882894a-f735-0410-b71e-b25c423dba1c
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 98ba085b..05fd0ab9 100644 --- a/plugins/popen.c +++ b/plugins/popen.c @@ -18,8 +18,7 @@ int spclose(FILE *); * ******************************************************************************/ -#include <config.h> -#include <common.h> +#include "common.h" /* extern so plugin has pid to kill exec'd process on timeouts */ extern int timeout_interval; |