Skip to content

Commit 27b6d48

Browse files
ikegami-tigaw
authored andcommitted
sighdl: include stddef header file for NULL definition
The header file required for the muon build on CentOS. Signed-off-by: Tokunori Ikegami <[email protected]>
1 parent b1f4fad commit 27b6d48

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

util/sighdl.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// SPDX-License-Identifier: GPL-2.0-only
22
#include <signal.h>
33
#include <errno.h>
4+
#include <stddef.h>
45

56
#include "sighdl.h"
67

0 commit comments

Comments
 (0)