summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
author諏訪子 <suwako@076.moe>2024-06-20 14:58:37 +0900
committer諏訪子 <suwako@076.moe>2024-06-20 14:58:37 +0900
commitc422e00ebe2d308f08309aaff153d3d780322544 (patch)
tree149903ce6369703c0ec47db74214aa287b7a1e47 /main.c
parent23ec77e8574e39c13b44efd6f43e7804ce2aa9ed (diff)
Illumos: コンパイルの問題の解決
Diffstat (limited to 'main.c')
-rw-r--r--main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.c b/main.c
index 108ec5c..349f068 100644
--- a/main.c
+++ b/main.c
@@ -41,6 +41,7 @@ int main(int argc, char *argv[]) {
#include "src/logo/linux.h"
getDistro(distroname);
#else
+#include "src/logo/colors.h"
const char *color = MAGENTA;
const char *titlecolor = MAGENTA;
size_t logosize = 11;