Explorar o código

util.c needs ctype.h for tolower and isspace

svn:r2642
Roger Dingledine %!s(int64=21) %!d(string=hai) anos
pai
achega
037fba7595
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      src/common/util.c

+ 3 - 0
src/common/util.c

@@ -23,6 +23,9 @@
 #include <windows.h>
 #endif
 
+#ifdef HAVE_CTYPE_H
+#include <ctype.h>
+#endif
 #include <stdlib.h>
 #include <stdio.h>
 #include <string.h>