diff options
| author | Alan Coopersmith <alan.coopersmith@sun.com> | 2008-11-05 16:21:07 -0800 |
|---|---|---|
| committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2008-11-05 16:21:07 -0800 |
| commit | eb05316a471da962eefe82c9b9a16a7590653ba7 (patch) | |
| tree | 9236feacb434dd2843753a4ffc9e550f7cbd75a2 | |
| parent | 635b109d4940f2cf7dc15af92a4d279806697a82 (diff) | |
X.Org bug #18392: #include <sys/param.h> for MAXHOSTNAMELEN on Cygwin
<http://bugs.freedesktop.org/show_bug.cgi?id=18392>
| -rw-r--r-- | scope.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -58,6 +58,7 @@ #include <errno.h> #include <unistd.h> #include <netdb.h> +#include <sys/param.h> #ifdef SYSV #define bzero(s,l) memset(s, 0, l) |
