Skip to content

Commit

Permalink
termcolors: Add missing stdio.h include
Browse files Browse the repository at this point in the history
Thanks to @Schlaubischlump for pointing this out.
  • Loading branch information
nikias committed Apr 13, 2022
1 parent bc6c44b commit 00131b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/libimobiledevice-glue/termcolors.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
#endif

#include <stdarg.h>
#include <stdio.h>

#define COLOR_RESET "\e[m"
#define STYLE_NORMAL "\e[0m"
Expand Down

0 comments on commit 00131b5

Please sign in to comment.