From 983ae816159dcaf2ba56542820a3d2bb4c13967d Mon Sep 17 00:00:00 2001 From: Chris Metcalf Date: Sat, 28 Jan 2012 11:51:44 -0500 Subject: Use <> brackets for not-cancel.h in sysdeps/unix/sysv/linux/grantpt.c. --- ChangeLog | 4 ++++ sysdeps/unix/sysv/linux/grantpt.c | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 4bd89ae68c..451c57cd66 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 f2fc60f83a..0a3cd472fa 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" -- cgit v1.2.3