1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-30 22:43:12 +03:00

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

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