diff options
author | Ian Moffett <ian@osmora.org> | 2025-06-08 01:52:39 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-06-08 01:52:39 -0400 |
commit | 833c46b5cd57f02d0bd9f7ae85c628d5a6d93d54 (patch) | |
tree | cc9258427c4e2ac4f870fc9bef6288e8c23e350e | |
parent | 5d3f571d78bc6f7e93a9a22acf947e84c0a54d2b (diff) |
usr.bin: kfgwm: Include stddef.h in kfg/types.h
Signed-off-by: Ian Moffett <ian@osmora.org>
-rw-r--r-- | usr.bin/kfgwm/include/kfg/types.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/kfgwm/include/kfg/types.h b/usr.bin/kfgwm/include/kfg/types.h index 43d8074..2d17ae1 100644 --- a/usr.bin/kfgwm/include/kfg/types.h +++ b/usr.bin/kfgwm/include/kfg/types.h @@ -31,6 +31,7 @@ #define KFG_TYPES_H_ #include <sys/types.h> +#include <stddef.h> typedef uint32_t kfgpos_t; typedef uint32_t kfgdim_t; |