Use <> brackets for not-cancel.h in sysdeps/unix/sysv/linux/grantpt.c.

This commit is contained in:
Chris Metcalf 2012-01-28 11:51:44 -05:00
parent 73139a7628
commit 540d7568ae
2 changed files with 6 additions and 1 deletions

View File

@ -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.

View File

@ -7,7 +7,8 @@
#include <stdlib.h>
#include <unistd.h>
#include "not-cancel.h"
#include <not-cancel.h>
#include "pty-private.h"