implicit.patch 276 B

123456789101112131415
  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
  10. +#include <ctype.h>
  11. #include <errno.h>
  12. #include <unistd.h>
  13. #include <stdarg.h>