diff options
| author | Roy Marples <roy@marples.name> | 2008-05-13 14:23:01 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2008-05-13 14:23:01 +0000 |
| commit | 3f72bc7af0d288aedb8c1e5f3f93ad2049012b66 (patch) | |
| tree | 9daaba858d492dd5170cf7f0e07694b24c23903d /configure.c | |
| parent | 05fb3aaa231e670ed6d5f97e8b0aa052208e1785 (diff) | |
| download | dhcpcd-3f72bc7af0d288aedb8c1e5f3f93ad2049012b66.tar.xz | |
Include ctype for non fork systems.
Diffstat (limited to 'configure.c')
| -rw-r--r-- | configure.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.c b/configure.c index 004a7224..edfbc908 100644 --- a/configure.c +++ b/configure.c @@ -31,6 +31,7 @@ #include <netinet/in.h> #include <arpa/inet.h> +#include <ctype.h> #include <errno.h> #include <signal.h> #include <stdlib.h> |
