diff options
author | 諏訪子 <suwako@076.moe> | 2024-06-20 14:58:37 +0900 |
---|---|---|
committer | 諏訪子 <suwako@076.moe> | 2024-06-20 14:58:37 +0900 |
commit | c422e00ebe2d308f08309aaff153d3d780322544 (patch) | |
tree | 149903ce6369703c0ec47db74214aa287b7a1e47 /main.c | |
parent | 23ec77e8574e39c13b44efd6f43e7804ce2aa9ed (diff) |
Illumos: コンパイルの問題の解決
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |