* include/sys/un.h: #include <string.h> for strlen.

This commit is contained in:
Corinna Vinschen 2009-03-23 08:45:18 +00:00
parent a26691a67c
commit ab1739c0b9
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2009-03-22 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
* include/sys/un.h: #include <string.h> for strlen.
2009-03-19 Corinna Vinschen <corinna@vinschen.de>
* dlfcn.cc (get_full_path_of_dll): Revert patch from 2008-07-16.

View file

@ -1,6 +1,6 @@
/* sys/un.h
Copyright 1999, 2001, 2005 Red Hat, Inc.
Copyright 1999, 2001, 2005, 2009 Red Hat, Inc.
This file is part of Cygwin.
@ -11,6 +11,7 @@ details. */
#ifndef _SYS_UN_H
#define _SYS_UN_H
#include <string.h> /* for strlen */
#include <cygwin/socket.h>
/* POSIX requires only at least 100 bytes */