]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Use <> brackets for not-cancel.h in sysdeps/unix/sysv/linux/grantpt.c.
authorChris Metcalf <cmetcalf@tilera.com>
Sat, 28 Jan 2012 16:51:44 +0000 (11:51 -0500)
committerChris Metcalf <cmetcalf@tilera.com>
Sat, 28 Jan 2012 16:51:44 +0000 (11:51 -0500)
ChangeLog
sysdeps/unix/sysv/linux/grantpt.c

index fbc611b22278a066bc1d53a2cdebe6bf6b76826a..318784c9bfa38a64ae5a7d44cfc86808c9c33cdc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
+
+       * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
+
 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
 
        * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
index f2fc60f83a51686a21f89f7a276c5541603bda6c..0a3cd472fa2cbfb348e3cc460c5a2ff1fdd3e7b0 100644 (file)
@@ -7,7 +7,8 @@
 #include <stdlib.h>
 #include <unistd.h>
 
-#include "not-cancel.h"
+#include <not-cancel.h>
+
 #include "pty-private.h"