diff options
author | Roland McGrath <roland@hack.frob.com> | 2015-01-09 16:08:14 -0800 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2015-01-09 16:08:14 -0800 |
commit | bc0ed9f7558974296390ebad6571acc1992fe066 (patch) | |
tree | a79a3b636f8bfaece0f7575ea5a9cf06b10f1884 /sysdeps/posix | |
parent | 585d9c182d34e96553f18ae357c46d2af4e57dee (diff) | |
download | glibc-bc0ed9f7558974296390ebad6571acc1992fe066.tar glibc-bc0ed9f7558974296390ebad6571acc1992fe066.tar.gz glibc-bc0ed9f7558974296390ebad6571acc1992fe066.tar.bz2 glibc-bc0ed9f7558974296390ebad6571acc1992fe066.zip |
Fix shm-directory.h #include.
Diffstat (limited to 'sysdeps/posix')
-rw-r--r-- | sysdeps/posix/shm-directory.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/posix/shm-directory.c b/sysdeps/posix/shm-directory.c index 3e660fefc9..2c0f918d9f 100644 --- a/sysdeps/posix/shm-directory.c +++ b/sysdeps/posix/shm-directory.c @@ -16,7 +16,7 @@ License along with the GNU C Library; if not, see <http://www.gnu.org/licenses/>. */ -#include "shm-directory.h" +#include <shm-directory.h> #include <unistd.h> #if _POSIX_MAPPED_FILES |