forked from Minki/linux
[PATCH] uml: readd removed unistd.h inclusion
Readd this header (deleted in 60d339f6fe
). A
warning is spit out here about undeclared getpgrp().
Signed-off-by: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
41c79dc382
commit
ae756df8dd
@ -3,6 +3,7 @@
|
||||
* Licensed under the GPL
|
||||
*/
|
||||
|
||||
#include <unistd.h>
|
||||
#include <stdio.h>
|
||||
#include <errno.h>
|
||||
#include <signal.h>
|
||||
|
Loading…
Reference in New Issue
Block a user