From 287f25ea2cf4f798b651dca3f46c397ef60379c1 Mon Sep 17 00:00:00 2001 From: Chris Metcalf Date: Sat, 28 Jan 2012 11:51:44 -0500 Subject: [PATCH] Use <> brackets for not-cancel.h in sysdeps/unix/sysv/linux/grantpt.c. (cherry picked from commit 540d7568aefbc870e8f618905cfbc38f9e6fcc61) --- ChangeLog | 4 ++++ sysdeps/unix/sysv/linux/grantpt.c | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 91aefce6f0c..28a6205f544 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2012-01-28 Chris Metcalf + + * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h. + 2012-01-29 Chris Metcalf * scripts/config.guess: Update from upstream config git repository. diff --git a/sysdeps/unix/sysv/linux/grantpt.c b/sysdeps/unix/sysv/linux/grantpt.c index f2fc60f83a5..0a3cd472fa2 100644 --- a/sysdeps/unix/sysv/linux/grantpt.c +++ b/sysdeps/unix/sysv/linux/grantpt.c @@ -7,7 +7,8 @@ #include #include -#include "not-cancel.h" +#include + #include "pty-private.h" -- 2.47.2