Commit 5ece89f2 5ece89f2c3d4b20982b10411f0e333aba96f5336 by Sergey Poznyakoff

include <ctype.h>.

1 parent e36db208
...@@ -35,6 +35,7 @@ ...@@ -35,6 +35,7 @@
35 #include <syslog.h> 35 #include <syslog.h>
36 #include <string.h> 36 #include <string.h>
37 #include <pwd.h> 37 #include <pwd.h>
38 #include <ctype.h>
38 #include <getopt.h> 39 #include <getopt.h>
39 40
40 #ifndef INADDR_NONE 41 #ifndef INADDR_NONE
......