summaryrefslogtreecommitdiff
path: root/build.c
diff options
context:
space:
mode:
Diffstat (limited to 'build.c')
-rw-r--r--build.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.c b/build.c
index 5e95b32..c37e2f5 100644
--- a/build.c
+++ b/build.c
@@ -1,7 +1,7 @@
// :build command
// also handles :shell.
-#include "ted.h"
+#include "ted-internal.h"
void build_stop(Ted *ted) {
if (ted->building)