Allow inclusion from <fcntl.h>.

This commit is contained in:
Ulrich Drepper 2006-04-27 02:56:57 +00:00
parent 16a1d952b6
commit b8c31ac161
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
02111-1307 USA. */
#ifndef _SYS_UIO_H
#if !defined _SYS_UIO_H && !defined _FCNTL_H
# error "Never include <bits/uio.h> directly; use <sys/uio.h> instead."
#endif