diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2024-08-29 16:23:17 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2024-08-29 16:33:44 -0400 |
commit | ac02de97b856aa8805d81edcaa561a1d77527a4d (patch) | |
tree | 0edebe6ab43d4471e2d8fef61dc9aa0150b40ba6 /src/eval.c | |
parent | b3636fa8864913413455a050c5425447c9e98bc0 (diff) | |
download | bfs-ac02de97b856aa8805d81edcaa561a1d77527a4d.tar.xz |
Fix includes
Diffstat (limited to 'src/eval.c')
-rw-r--r-- | src/eval.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -34,6 +34,7 @@ #include <fnmatch.h> #include <grp.h> #include <pwd.h> +#include <signal.h> #include <stdarg.h> #include <stdint.h> #include <stdio.h> |