Define _GNU_SOURCE in bin/pattyd.c for ptsname()
This commit is contained in:
parent
89b0ed7dc7
commit
d78eee7113
1 changed files with 1 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
#define _GNU_SOURCE
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue