summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Carbonneaux2014-07-23 16:25:26 -0400
committerQuentin Carbonneaux2014-07-23 16:25:26 -0400
commite001881be117cd92d13a8e6ba80a69f5d02517f0 (patch)
tree305076d0720c894c803eff7c128bb51ab2144a44
parent80bb2e6cfbd8c23d55d42eaa805080bc4f5bc935 (diff)
add required header
-rw-r--r--exec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/exec.h b/exec.h
index 8dbb066..0c564c2 100644
--- a/exec.h
+++ b/exec.h
@@ -1,6 +1,7 @@
#ifndef EXEC_H
#define EXEC_H
+#include "unicode.h"
#include "win.h"
int ex_run(unsigned);