Merge pull request #205 from licy183/fix-android-header

Fix build error on Android
This commit is contained in:
Linus Dierheimer
2022-07-27 19:31:29 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.12.0) # target_link_libraries with OBJECT libs
project(fastfetch
VERSION 1.6.0
VERSION 1.6.1
LANGUAGES C
)
+1 -1
View File
@@ -9,7 +9,7 @@
#ifndef __ANDROID__
#include "common/io.h"
#elif
#else
#include <ctype.h>
#endif