From bc0ed9f7558974296390ebad6571acc1992fe066 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 9 Jan 2015 16:08:14 -0800 Subject: [PATCH] Fix shm-directory.h #include. --- ChangeLog | 5 +++++ sysdeps/posix/shm-directory.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 8166165..e3809a6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2015-01-09 Roland McGrath + + * sysdeps/posix/shm-directory.c: Use <> rather than "" + for #include of . + 2015-01-09 Chung-Lin Tang * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Remove MIN() and diff --git a/sysdeps/posix/shm-directory.c b/sysdeps/posix/shm-directory.c index 3e660fe..2c0f918 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 . */ -#include "shm-directory.h" +#include #include #if _POSIX_MAPPED_FILES -- 2.7.4