diff options
author | Chris Metcalf <cmetcalf@tilera.com> | 2012-01-28 11:51:44 -0500 |
---|---|---|
committer | Chris Metcalf <cmetcalf@tilera.com> | 2012-06-28 10:18:37 -0400 |
commit | 287f25ea2cf4f798b651dca3f46c397ef60379c1 (patch) | |
tree | 53d197137175246df67686e95541db9d69571c0d /sysdeps | |
parent | 6c746d4f8091acd3e720cfb3e1a8a34691409274 (diff) | |
download | glibc-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.c | 3 |
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" |