fx.cmdline: fix namespace not having the required header subdirectory

This commit is contained in:
2026-05-28 20:53:16 +01:00
parent ff0d40b324
commit 4c06ded99f
7 changed files with 18 additions and 10 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#include "command.h"
#include <fx/bst.h>
#include <fx/cmd.h>
#include <fx/cmdline/cmd.h>
#include <fx/string.h>
#include <fx/term/print.h>
#include <fx/term/tty.h>