Change html to dark mode by default and stat in vfs

This commit is contained in:
2026-04-19 23:39:15 -05:00
parent c5cf13e1b7
commit 38bb29ecc0
2 changed files with 3 additions and 0 deletions

View File

@@ -12,6 +12,7 @@
#else
#include <utime.h>
#include <sys/statvfs.h>
#include <unistd.h>
#endif
#include "TessesFramework/Threading/Thread.hpp"