[COMMITTED] Fix shm-directory.h #include.

Message ID 20150110000909.BC12F2C3C17@topped-with-meat.com
State Committed
Headers

Commit Message

Roland McGrath Jan. 10, 2015, 12:09 a.m. UTC
  Always use <> for anything that even might maybe ever be in sysdeps!
The fool that wrote this file should have known that.


2015-01-09  Roland McGrath  <roland@hack.frob.com>

	* sysdeps/posix/shm-directory.c: Use <> rather than ""
	for #include of <shm-directory.h>.
  

Patch

--- 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