mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-06 00:54:03 +02:00
11 lines
243 B
Diff
11 lines
243 B
Diff
|
--- 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"
|