Skip to content

Commit d9ca0c7

Browse files
mclapinskiavagin
authored andcommitted
zdtm/lib: add missing signal.h header
Signed-off-by: Michal Clapinski <[email protected]>
1 parent 811a380 commit d9ca0c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/zdtm/lib/lock.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
#include <sys/time.h>
88
#include <limits.h>
99
#include <errno.h>
10+
#include <signal.h>
1011
#include "asm/atomic.h"
1112

1213
#define BUG_ON(condition) \

0 commit comments

Comments
 (0)