hc
2024-01-04 1543e317f1da31b75942316931e8f491a8920811
kernel/arch/um/os-Linux/util.c
....@@ -1,6 +1,6 @@
1
+// SPDX-License-Identifier: GPL-2.0
12 /*
23 * Copyright (C) 2000 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com)
3
- * Licensed under the GPL
44 */
55
66 #include <stdio.h>
....@@ -10,7 +10,7 @@
1010 #include <signal.h>
1111 #include <string.h>
1212 #include <termios.h>
13
-#include <wait.h>
13
+#include <sys/wait.h>
1414 #include <sys/mman.h>
1515 #include <sys/utsname.h>
1616 #include <init.h>