]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Fix shm-directory.h #include.
authorRoland McGrath <roland@hack.frob.com>
Sat, 10 Jan 2015 00:08:14 +0000 (16:08 -0800)
committerRoland McGrath <roland@hack.frob.com>
Sat, 10 Jan 2015 00:08:14 +0000 (16:08 -0800)
ChangeLog
sysdeps/posix/shm-directory.c

index 816616543ceafdd6b99c96c7fcab4312106b4a76..e3809a686341b35acc4108597cc19856f94a89d0 100644 (file)
--- 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
index 3e660fefc9722e20a31fa408dae03556d137798e..2c0f918d9fe387ff5a5105f3bc4af412f5602676 100644 (file)
@@ -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