diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-13 04:30:18 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-13 04:30:18 +0000 |
commit | 93cc6f1854d28c1cc0acdad5175ffb5209a04b4c (patch) | |
tree | a9afdc2cfaff1d9c2ec8409804efbd2cb94454df /tools/kmod.c | |
parent | Adding debian version 32+20240327-1. (diff) | |
download | kmod-93cc6f1854d28c1cc0acdad5175ffb5209a04b4c.tar.xz kmod-93cc6f1854d28c1cc0acdad5175ffb5209a04b4c.zip |
Merging upstream version 32+20240611.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'tools/kmod.c')
-rw-r--r-- | tools/kmod.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/kmod.c b/tools/kmod.c index 1015575..e1a73be 100644 --- a/tools/kmod.c +++ b/tools/kmod.c @@ -24,6 +24,7 @@ #include <string.h> #include <shared/util.h> +#include <shared/missing.h> #include <libkmod/libkmod.h> |