diff options
| author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-03-18 15:57:44 +0100 |
|---|---|---|
| committer | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-03-18 15:57:44 +0100 |
| commit | 59e0a258f9c0f393bf29cced1f35743f74e7b10c (patch) | |
| tree | b58756ef9284f4a02546fcc098f036a677e4481f /plugins/check_disk.d/utils_disk.h | |
| parent | 7994b478187d38c04dd2d7d9241d237875589738 (diff) | |
| download | monitoring-plugins-59e0a258f9c0f393bf29cced1f35743f74e7b10c.tar.gz | |
Migrate disk tests from lib, tool
Diffstat (limited to 'plugins/check_disk.d/utils_disk.h')
| -rw-r--r-- | plugins/check_disk.d/utils_disk.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_disk.d/utils_disk.h b/plugins/check_disk.d/utils_disk.h index 1c68fed9..0c69f987 100644 --- a/plugins/check_disk.d/utils_disk.h +++ b/plugins/check_disk.d/utils_disk.h | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | #include "../../config.h" | 3 | #include "../../config.h" |
| 4 | #include "../../gl/mountlist.h" | 4 | #include "../../gl/mountlist.h" |
| 5 | #include "utils_base.h" | 5 | #include "../../lib/utils_base.h" |
| 6 | #include "regex.h" | 6 | #include "regex.h" |
| 7 | #include <stdint.h> | 7 | #include <stdint.h> |
| 8 | 8 | ||
