Commit 5ece89f2 5ece89f2c3d4b20982b10411f0e333aba96f5336 by Sergey Poznyakoff

include <ctype.h>.

1 parent e36db208
......@@ -35,6 +35,7 @@
#include <syslog.h>
#include <string.h>
#include <pwd.h>
#include <ctype.h>
#include <getopt.h>
#ifndef INADDR_NONE
......