diff options
Diffstat (limited to 'exec.c')
-rw-r--r-- | exec.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,8 +20,8 @@ #include "color.h" #include "diag.h" #include "dstring.h" -#include "spawn.h" #include "util.h" +#include "xspawn.h" #include <assert.h> #include <errno.h> #include <fcntl.h> |