1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +03:00

* misc/tst-pselect.c: Include <unistd.h>.

* time/time.h [__need_timespec et al]: Include <bits/types.h> here too.

	* stdlib/fpioconst.c: Fix whitespace typo.
This commit is contained in:
Roland McGrath
2006-01-21 19:58:36 +00:00
parent 4b66864656
commit 79be21995e
2 changed files with 9 additions and 6 deletions

View File

@ -1,6 +1,7 @@
#include <errno.h>
#include <signal.h>
#include <stdio.h>
#include <unistd.h>
#include <sys/select.h>
#include <sys/wait.h>