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

Cleanup: add missing #include's

* libio/fileops.c: Add missing sys/mman.h
	* libio/iopopen.c: Add missing fcntl.h, remove redundant unistd.h
This commit is contained in:
Paul Pluzhnikov
2015-02-17 16:03:41 -08:00
parent 18a218b74c
commit 8ae4bb5a38
3 changed files with 7 additions and 1 deletions

View File

@ -32,6 +32,7 @@
#include "libioP.h"
#include <assert.h>
#include <fcntl.h>
#include <sys/mman.h>
#include <sys/param.h>
#include <sys/types.h>
#include <sys/stat.h>