diff options
Diffstat (limited to 'plugins/check_apt.c')
-rw-r--r-- | plugins/check_apt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_apt.c b/plugins/check_apt.c index 445659d..528dd60 100644 --- a/plugins/check_apt.c +++ b/plugins/check_apt.c | |||
@@ -30,7 +30,7 @@ const char *email = "nagiosplug-devel@lists.sourceforge.net"; | |||
30 | #include "common.h" | 30 | #include "common.h" |
31 | #include "runcmd.h" | 31 | #include "runcmd.h" |
32 | #include "utils.h" | 32 | #include "utils.h" |
33 | #include <regex.h> | 33 | #include "regex.h" |
34 | 34 | ||
35 | /* some constants */ | 35 | /* some constants */ |
36 | typedef enum { UPGRADE, DIST_UPGRADE, NO_UPGRADE } upgrade_type; | 36 | typedef enum { UPGRADE, DIST_UPGRADE, NO_UPGRADE } upgrade_type; |