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 | 6ea7bb2850107d4aff12988b85b0369ae58cf2a0 (patch) | |
tree | 53aa2792b37b66f83d63cb521077fc3f6139c221 /testsuite/testsuite.c | |
parent | Releasing progress-linux version 32+20240327-1~progress7.99u1. (diff) | |
download | kmod-6ea7bb2850107d4aff12988b85b0369ae58cf2a0.tar.xz kmod-6ea7bb2850107d4aff12988b85b0369ae58cf2a0.zip |
Merging upstream version 32+20240611.
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" |