Skip to content
Snippets Groups Projects
Commit b6d8adf4 authored by Ingo Molnar's avatar Ingo Molnar Committed by Linus Torvalds
Browse files

uml: PATH_MAX needs limits.h


Include limits.h to get a definition of PATH_MAX.

Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
Signed-off-by: default avatarJeff Dike <jdike@linux.intel.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 3d5ede6f
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,7 @@
#include <unistd.h>
#include <errno.h>
#include <sched.h>
#include <linux/limits.h>
#include <sys/socket.h>
#include <sys/wait.h>
#include "kern_constants.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment