kernel/arch/um/os-Linux/util.c
.. .. @@ -1,6 +1,6 @@ 1 +// SPDX-License-Identifier: GPL-2.01 2 /* 2 3 * Copyright (C) 2000 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com) 3 - * Licensed under the GPL4 4 */ 5 5 6 6 #include <stdio.h> .. .. @@ -10,7 +10,7 @@ 10 10 #include <signal.h> 11 11 #include <string.h> 12 12 #include <termios.h> 13 -#include <wait.h>13 +#include <sys/wait.h>14 14 #include <sys/mman.h> 15 15 #include <sys/utsname.h> 16 16 #include <init.h>