mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-10 19:12:33 +08:00
include sys/resource.h in arch/um/os-Linux/start_up.c (#12155)
Required for recent (e)glibc systems SVN-Revision: 33569
This commit is contained in:
parent
68f8db6731
commit
4ea68a13e3
@ -0,0 +1,10 @@
|
|||||||
|
--- a/arch/um/os-Linux/start_up.c
|
||||||
|
+++ b/arch/um/os-Linux/start_up.c
|
||||||
|
@@ -15,6 +15,7 @@
|
||||||
|
#include <sys/mman.h>
|
||||||
|
#include <sys/stat.h>
|
||||||
|
#include <sys/wait.h>
|
||||||
|
+#include <sys/resource.h>
|
||||||
|
#include <asm/unistd.h>
|
||||||
|
#include "init.h"
|
||||||
|
#include "os.h"
|
Loading…
x
Reference in New Issue
Block a user