summaryrefslogtreecommitdiffstats
path: root/exec.c
diff options
context:
space:
mode:
Diffstat (limited to 'exec.c')
-rw-r--r--exec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/exec.c b/exec.c
index 4cfb2e0..505e51c 100644
--- a/exec.c
+++ b/exec.c
@@ -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>