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-Tag: glibc-2.16-tps~1042^2~5^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=540d7568aefbc870e8f618905cfbc38f9e6fcc61;p=thirdparty%2Fglibc.git Use <> brackets for not-cancel.h in sysdeps/unix/sysv/linux/grantpt.c. --- diff --git a/ChangeLog b/ChangeLog index fbc611b2227..318784c9bfa 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-28 Ulrich Drepper * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions. 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"