diff options
author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-09-09 02:07:55 +0200 |
---|---|---|
committer | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-09-09 02:07:55 +0200 |
commit | 94ae1eccbc35b6fdb5274dbb6b15f0479e68aeed (patch) | |
tree | cb4686892293c1f37c1ec808cfdaa6d22b2e5ef4 /plugins/check_curl.d | |
parent | fbd60d6a9d9ba5b45879280dcfda92379dec65da (diff) | |
download | monitoring-plugins-94ae1eccbc35b6fdb5274dbb6b15f0479e68aeed.tar.gz |
Fix some include paths
Diffstat (limited to 'plugins/check_curl.d')
-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> |