mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-21 00:07:36 +08:00
* include/sys/un.h: #include <string.h> for strlen.
This commit is contained in:
parent
a26691a67c
commit
ab1739c0b9
@ -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.
|
||||
|
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user