Added missing base64.h header.

This commit is contained in:
rakshasa
2025-01-01 12:15:54 +00:00
parent 090b3889ce
commit 842edaa201
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -18,6 +18,7 @@
.libs
Makefile
aclocal.m4
ar-lib
autom4te.cache
compile
config.h
+1
View File
@@ -155,6 +155,7 @@ libsub_root_a_SOURCES = \
ui/root.cc \
ui/root.h \
\
utils/base64.h \
utils/directory.cc \
utils/directory.h \
utils/file_status_cache.cc \