diff options
Diffstat (limited to 'build.c')
-rw-r--r-- | build.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ // :build command // also handles :shell. -#include "ted.h" +#include "ted-internal.h" void build_stop(Ted *ted) { if (ted->building) |