summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--sysdeps/posix/shm-directory.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 816616543c..e3809a6863 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2015-01-09 Roland McGrath <roland@hack.frob.com>
+
+ * sysdeps/posix/shm-directory.c: Use <> rather than ""
+ for #include of <shm-directory.h>.
+
2015-01-09 Chung-Lin Tang <cltang@codesourcery.com>
* 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 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