]> sourceware.org Git - newlib-cygwin.git/commitdiff
* include/sys/un.h: #include <string.h> for strlen.
authorCorinna Vinschen <corinna@vinschen.de>
Mon, 23 Mar 2009 08:45:18 +0000 (08:45 +0000)
committerCorinna Vinschen <corinna@vinschen.de>
Mon, 23 Mar 2009 08:45:18 +0000 (08:45 +0000)
winsup/cygwin/ChangeLog
winsup/cygwin/include/sys/un.h

index 6a52086b581da08cd247e3767795346832e19f53..998122de02eb961ba4008597d3afe57fb4ff5eb7 100644 (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.
index 2bd107d50e3052475dc9e6857933421997cb0cd7..7dbbc88b8cf1b8df4f55ec1e659f26e2b686c2a7 100644 (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 */
This page took 0.031437 seconds and 5 git commands to generate.