]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
util.c needs ctype.h for tolower and isspace
authorRoger Dingledine <arma@torproject.org>
Mon, 1 Nov 2004 21:54:12 +0000 (21:54 +0000)
committerRoger Dingledine <arma@torproject.org>
Mon, 1 Nov 2004 21:54:12 +0000 (21:54 +0000)
svn:r2642

src/common/util.c

index 45639e342604f77f52e1e0bef285cf227c0257eb..243c5393b8dfc62225ebfb9bb9874b3aaaf3c625 100644 (file)
@@ -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>