fe
terminal file explorer and picker
git clone https://9o.is/git/fe.git
commit f2c2e9f0d792fcefd31b2abcbe6441f945e36780 parent 438a963fa83b8baced20b1f32f64d940426d3a10 Author: Jul <jul@9o.is> Date: Mon, 6 Oct 2025 19:06:45 +0800 fix missing header files Diffstat:
| M | entries.h | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/entries.h b/entries.h @@ -2,6 +2,8 @@ #define ENTRIES_H ENTRIES_H #include <dirent.h> +#include <limits.h> +#include <sys/types.h> #include "options.h" #ifdef __cplusplus