diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/grantpt.c | 3 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2012-01-28 Chris Metcalf <cmetcalf@tilera.com> + + * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h. + 2012-01-28 Ulrich Drepper <drepper@gmail.com> * 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 f2fc60f..0a3cd47 100644 --- a/sysdeps/unix/sysv/linux/grantpt.c +++ b/sysdeps/unix/sysv/linux/grantpt.c @@ -7,7 +7,8 @@ #include <stdlib.h> #include <unistd.h> -#include "not-cancel.h" +#include <not-cancel.h> + #include "pty-private.h" |