summaryrefslogtreecommitdiffstats
path: root/src/exec.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/exec.c')
-rw-r--r--src/exec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exec.c b/src/exec.c
index 0130317..afbdcb7 100644
--- a/src/exec.c
+++ b/src/exec.c
@@ -15,12 +15,12 @@
****************************************************************************/
#include "exec.h"
+#include "bfstd.h"
#include "bftw.h"
#include "ctx.h"
#include "color.h"
#include "diag.h"
#include "dstring.h"
-#include "util.h"
#include "xspawn.h"
#include <assert.h>
#include <errno.h>