about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux
diff options
context:
space:
mode:
authorChris Metcalf <cmetcalf@tilera.com>2012-01-28 11:51:44 -0500
committerChris Metcalf <cmetcalf@tilera.com>2012-01-28 11:51:44 -0500
commit540d7568aefbc870e8f618905cfbc38f9e6fcc61 (patch)
tree1b5fbbedf1f7bcda4010bc03f94ecb8ff48b39fd /sysdeps/unix/sysv/linux
parent73139a7628c424c82eb9297ccb5505c0bc5b65aa (diff)
downloadglibc-540d7568aefbc870e8f618905cfbc38f9e6fcc61.tar.gz
glibc-540d7568aefbc870e8f618905cfbc38f9e6fcc61.tar.xz
glibc-540d7568aefbc870e8f618905cfbc38f9e6fcc61.zip
Use <> brackets for not-cancel.h in sysdeps/unix/sysv/linux/grantpt.c.
Diffstat (limited to 'sysdeps/unix/sysv/linux')
-rw-r--r--sysdeps/unix/sysv/linux/grantpt.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/grantpt.c b/sysdeps/unix/sysv/linux/grantpt.c
index f2fc60f83a..0a3cd472fa 100644
--- a/sysdeps/unix/sysv/linux/grantpt.c
+++ b/sysdeps/unix/sysv/linux/grantpt.c
@@ -7,7 +7,8 @@
 #include <stdlib.h>
 #include <unistd.h>
 
-#include "not-cancel.h"
+#include <not-cancel.h>
+
 #include "pty-private.h"