Skip to content

Commit

Permalink
zdtm/lib: add missing signal.h header
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Clapinski <[email protected]>
  • Loading branch information
mclapinski authored and avagin committed Oct 22, 2023
1 parent a77185d commit 2902649
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/zdtm/lib/lock.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#include <sys/time.h>
#include <limits.h>
#include <errno.h>
#include <signal.h>
#include "asm/atomic.h"

#define BUG_ON(condition) \
Expand Down

0 comments on commit 2902649

Please sign in to comment.