diff options
Diffstat (limited to 'src/xspawn.c')
-rw-r--r-- | src/xspawn.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/xspawn.c b/src/xspawn.c index 2385a6e..0b83c8d 100644 --- a/src/xspawn.c +++ b/src/xspawn.c @@ -3,10 +3,13 @@ #include "prelude.h" #include "xspawn.h" + #include "alloc.h" +#include "bfs.h" #include "bfstd.h" #include "diag.h" #include "list.h" + #include <errno.h> #include <fcntl.h> #include <signal.h> |