Skip to content

Commit a189765

Browse files
committed
sighdl: include stddef header file
The header file required for the muon build on CentOS. Signed-off-by: Tokunori Ikegami <[email protected]>
1 parent b686e0e commit a189765

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)