recipes: networking/connman: Solved build issue with Connman
[dragora.git] / patches / connman / implicit.patch
blob4ae6e9556bde8314eedb6282dab6e47ea7165c36
1 fixes implicit isspace()
2 --
3 diff --git a/gweb/gresolv.c b/gweb/gresolv.c
4 index 954e7cf..78d9bbd 100644
5 --- a/gweb/gresolv.c
6 +++ b/gweb/gresolv.c
7 @@ -23,6 +23,7 @@
8 #include <config.h>
9 #endif
11 +#include <ctype.h>
12 #include <errno.h>
13 #include <unistd.h>
14 #include <stdarg.h>