diff options
| author | spv <spv@spv.sh> | 2025-09-21 00:59:56 -0400 |
|---|---|---|
| committer | spv <spv@spv.sh> | 2025-09-21 00:59:56 -0400 |
| commit | 02a74cc0b499f6a93c25ea8cd392af977298d60a (patch) | |
| tree | 71b9008bdb6402e10477c9f80fe43950f7c89c72 /src/common.h | |
| parent | 38d25483657e82eb546ecb8566214f830efba461 (diff) | |
use signal ipc instead of sleep loop
Diffstat (limited to 'src/common.h')
| -rw-r--r-- | src/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common.h b/src/common.h index 4c01c24..07cc4ae 100644 --- a/src/common.h +++ b/src/common.h @@ -6,6 +6,7 @@ #include <stdlib.h> #include <unistd.h> #include <stdint.h> +#include <signal.h> #include "consts.h" |
