diff options
Diffstat (limited to 'macro.c')
-rw-r--r-- | macro.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -#include "ted.h" +#include "ted-internal.h" static void macro_clear(Macro *macro) { arr_foreach_ptr(macro->actions, Action, act) { |