diff options
Diffstat (limited to 'contrib/check_ipxping.c')
| -rw-r--r-- | contrib/check_ipxping.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/contrib/check_ipxping.c b/contrib/check_ipxping.c index 1ba10fe6..937b921a 100644 --- a/contrib/check_ipxping.c +++ b/contrib/check_ipxping.c | |||
| @@ -27,9 +27,10 @@ | |||
| 27 | * | 27 | * |
| 28 | *****************************************************************************************/ | 28 | *****************************************************************************************/ |
| 29 | 29 | ||
| 30 | #include "../common/config.h" | 30 | #include "config.h" |
| 31 | #include "../common/common.h" | 31 | #include "common.h" |
| 32 | #include "netutils.h" | 32 | #include "netutils.h" |
| 33 | #include "popen.h" | ||
| 33 | 34 | ||
| 34 | /* this should be moved out to the configure script! */ | 35 | /* this should be moved out to the configure script! */ |
| 35 | #define IPXPING_COMMAND "/tmp/ipxping/ipxping" | 36 | #define IPXPING_COMMAND "/tmp/ipxping/ipxping" |
