projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2aefb7b
)
test-parse-argument: Include signal.h
author
Khem Raj
<raj.khem@gmail.com>
Tue, 25 May 2021 01:26:27 +0000
(18:26 -0700)
committer
Zbigniew Jędrzejewski-Szmek
<zbyszek@in.waw.pl>
Fri, 9 Jul 2021 16:27:34 +0000
(18:27 +0200)
Fixes
src/test/test-parse-argument.c:49:29: error: use of undeclared identifier 'SIGABRT'
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit
850f0008bff77690e1c9a7265e3900688f0f9825
)
src/test/test-parse-argument.c
patch
|
blob
|
history
diff --git
a/src/test/test-parse-argument.c
b/src/test/test-parse-argument.c
index 4081a9f25a7b5ebf4fe12a2e1a8caa6a61c14d9b..5e9139af2c1af9759577609d7179f5afd9120a7a 100644
(file)
--- a/
src/test/test-parse-argument.c
+++ b/
src/test/test-parse-argument.c
@@
-1,5
+1,7
@@
/* SPDX-License-Identifier: LGPL-2.1-or-later */
+#include <signal.h>
+
#include "parse-argument.h"
#include "stdio-util.h"
#include "tests.h"