From 00131b56d15e62ec83ab3dca9cf5372140f9b255 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Wed, 13 Apr 2022 13:25:47 +0200 Subject: termcolors: Add missing stdio.h include Thanks to @Schlaubischlump for pointing this out. --- include/libimobiledevice-glue/termcolors.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/libimobiledevice-glue/termcolors.h b/include/libimobiledevice-glue/termcolors.h index 2bac741..82c4785 100644 --- a/include/libimobiledevice-glue/termcolors.h +++ b/include/libimobiledevice-glue/termcolors.h @@ -25,6 +25,7 @@ #endif #include +#include #define COLOR_RESET "\e[m" #define STYLE_NORMAL "\e[0m" -- cgit v1.1-32-gdbae