diff options
Diffstat (limited to 'src/unistd/execv.c')
-rw-r--r-- | src/unistd/execv.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/unistd/execv.c b/src/unistd/execv.c index 3b3e29fb..5d380b97 100644 --- a/src/unistd/execv.c +++ b/src/unistd/execv.c @@ -1,5 +1,4 @@ -#include "stddef.h" -#include "sys/types.h" +#include <sys/types.h> #include <unistd.h> int execv(const char *path, char *const argv[]) |