1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-07 06:43:00 +03:00

Hurd: Add missing includes

This commit is contained in:
Thomas Schwinge
2012-05-10 15:13:54 -07:00
committed by Roland McGrath
parent a4186cffbf
commit e468f8a3a7
3 changed files with 12 additions and 1 deletions

View File

@@ -20,8 +20,10 @@
#include <ctype.h>
#include <errno.h>
#include <grp.h>
#include <limits.h>
#include <paths.h>
#include <string.h>
#include <sys/param.h>
#include "nss_db.h"