Logo (Image): fix building on SunOS

This commit is contained in:
李通洲
2024-07-03 15:12:48 +08:00
parent 84540250f7
commit 66e7924fa3
+2
View File
@@ -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