From: Chris Metcalf Date: Sat, 28 Jan 2012 16:51:44 +0000 (-0500) Subject: Use <> brackets for not-cancel.h in sysdeps/unix/sysv/linux/grantpt.c. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=287f25ea2cf4f798b651dca3f46c397ef60379c1;p=thirdparty%2Fglibc.git Use <> brackets for not-cancel.h in sysdeps/unix/sysv/linux/grantpt.c. (cherry picked from commit 540d7568aefbc870e8f618905cfbc38f9e6fcc61) --- 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"