Skip to content

Commit

Permalink
[PATCH] uml: readd removed unistd.h inclusion
Browse files Browse the repository at this point in the history
Readd this header (deleted in 60d339f). 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>
  • Loading branch information
Paolo 'Blaisorblade' Giarrusso authored and Linus Torvalds committed Sep 21, 2005
1 parent 41c79dc commit ae756df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/um/os-Linux/process.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
* Licensed under the GPL
*/

#include <unistd.h>
#include <stdio.h>
#include <errno.h>
#include <signal.h>
Expand Down

0 comments on commit ae756df

Please sign in to comment.