* libc/include/pwd.h: Include <sys/cdefs.h>.

* libc/include/grp.h: Ditto.
This commit is contained in:
Corinna Vinschen 2014-02-09 20:02:17 +00:00
parent a18b52d0e5
commit ab7165e43b
3 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2014-02-09 Corinna Vinschen <vinschen@redhat.com>
* libc/include/pwd.h: Include <sys/cdefs.h>.
* libc/include/grp.h: Ditto.
2014-02-04 Matthias Braun <matze@braunis.de>
* libm/mathfp/sf_numtest.c: Fix NaN/Inf detection logic.

View File

@ -43,6 +43,7 @@
#ifndef _GRP_H_
#define _GRP_H_
#include <sys/cdefs.h>
#include <sys/types.h>
#ifdef __CYGWIN__
#include <cygwin/grp.h>

View File

@ -39,6 +39,7 @@ extern "C" {
#endif
#define _PWD_H_
#include <sys/cdefs.h>
#include <sys/types.h>
#if __BSD_VISIBLE