aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
diff options
context:
space:
mode:
authorChris Metcalf <cmetcalf@tilera.com>2012-01-28 11:51:44 -0500
committerChris Metcalf <cmetcalf@tilera.com>2012-06-28 10:18:37 -0400
commit287f25ea2cf4f798b651dca3f46c397ef60379c1 (patch)
tree53d197137175246df67686e95541db9d69571c0d /sysdeps
parent6c746d4f8091acd3e720cfb3e1a8a34691409274 (diff)
downloadglibc-287f25ea2cf4f798b651dca3f46c397ef60379c1.zip
glibc-287f25ea2cf4f798b651dca3f46c397ef60379c1.tar.gz
glibc-287f25ea2cf4f798b651dca3f46c397ef60379c1.tar.bz2
Use <> brackets for not-cancel.h in sysdeps/unix/sysv/linux/grantpt.c.
(cherry picked from commit 540d7568aefbc870e8f618905cfbc38f9e6fcc61)
Diffstat (limited to 'sysdeps')
-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 f2fc60f..0a3cd47 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"