diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/check_curl.d/config.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/check_curl.d/config.h b/plugins/check_curl.d/config.h index 43be0306..97fbcaab 100644 --- a/plugins/check_curl.d/config.h +++ b/plugins/check_curl.d/config.h | |||
@@ -1,9 +1,9 @@ | |||
1 | #pragma once | 1 | #pragma once |
2 | 2 | ||
3 | #include "../../config.h" | 3 | #include "../../config.h" |
4 | #include "common.h" | 4 | #include "../common.h" |
5 | #include "states.h" | 5 | #include "../../lib/states.h" |
6 | #include "thresholds.h" | 6 | #include "../../lib/thresholds.h" |
7 | #include <stddef.h> | 7 | #include <stddef.h> |
8 | #include <string.h> | 8 | #include <string.h> |
9 | #include <sys/socket.h> | 9 | #include <sys/socket.h> |