mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 02:42:09 +02:00
Logo (Image): fix building on SunOS
This commit is contained in:
@@ -12,6 +12,8 @@
|
||||
#include <windows.h>
|
||||
#elif __linux__
|
||||
#include <sys/sendfile.h>
|
||||
#elif __sun
|
||||
#include <sys/termios.h>
|
||||
#endif
|
||||
|
||||
// https://github.com/kostya/benchmarks/blob/master/base64/test-nolib.c#L145
|
||||
|
||||
Reference in New Issue
Block a user