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 | 699034d85536ab2090282d2fa7bd8cc4825ce693 (patch) | |
tree | e0d85a190b3d434f7270a4e900441c636e46b387 /testsuite/testsuite.c | |
parent | Adding upstream version 32+20240327. (diff) | |
download | kmod-699034d85536ab2090282d2fa7bd8cc4825ce693.tar.xz kmod-699034d85536ab2090282d2fa7bd8cc4825ce693.zip |
Adding upstream version 32+20240611.upstream/32+20240611upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testsuite/testsuite.c')
-rw-r--r-- | testsuite/testsuite.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/testsuite.c b/testsuite/testsuite.c index 318343a..f4280be 100644 --- a/testsuite/testsuite.c +++ b/testsuite/testsuite.c @@ -32,6 +32,7 @@ #include <sys/stat.h> #include <sys/wait.h> +#include <shared/missing.h> #include <shared/util.h> #include "testsuite.h" |