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/?a=commitdiff_plain;h=refs%2Fheads%2Fcmetcalf%2Ftile-2.15;p=thirdparty%2Fglibc.git Use <> brackets for not-cancel.h in sysdeps/unix/sysv/linux/grantpt.c. --- diff --git a/ChangeLog b/ChangeLog index 4bd89ae68c1..451c57cd66a 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 Chris Metcalf * include/sys/epoll.h: New file. 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"