diff options
Diffstat (limited to 'arch/um/os-Linux/execvp.c')
-rw-r--r-- | arch/um/os-Linux/execvp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/um/os-Linux/execvp.c b/arch/um/os-Linux/execvp.c index 66e583a4031b..8fb25ca07c46 100644 --- a/arch/um/os-Linux/execvp.c +++ b/arch/um/os-Linux/execvp.c | |||
@@ -27,12 +27,12 @@ | |||
27 | #include <limits.h> | 27 | #include <limits.h> |
28 | 28 | ||
29 | #ifndef TEST | 29 | #ifndef TEST |
30 | #include "um_malloc.h" | 30 | #include <um_malloc.h> |
31 | #else | 31 | #else |
32 | #include <stdio.h> | 32 | #include <stdio.h> |
33 | #define um_kmalloc malloc | 33 | #define um_kmalloc malloc |
34 | #endif | 34 | #endif |
35 | #include "os.h" | 35 | #include <os.h> |
36 | 36 | ||
37 | /* Execute FILE, searching in the `PATH' environment variable if it contains | 37 | /* Execute FILE, searching in the `PATH' environment variable if it contains |
38 | no slashes, with arguments ARGV and environment from `environ'. */ | 38 | no slashes, with arguments ARGV and environment from `environ'. */ |