commit | 2cc2b2be692f1d559a09d2066e56e450249cc9c0 | [log] [tgz] |
---|---|---|
author | Carl Shapiro <cshapiro@google.com> | Mon Mar 21 20:01:03 2011 -0700 |
committer | Carl Shapiro <cshapiro@google.com> | Mon Mar 21 20:01:03 2011 -0700 |
tree | 3391bb270f64051bf1e8c592bbf1dad8c06a5e66 | |
parent | f8e658cf6b9601e63d4b363ccee83ee4af1a78e4 [diff] [blame] |
Add some missing includes. Change-Id: Ieec623c06bc32ec78334f628af25b00c2bccd2e7
diff --git a/libc/unistd/exec.c b/libc/unistd/exec.c index cbb98b3..a50185f 100644 --- a/libc/unistd/exec.c +++ b/libc/unistd/exec.c
@@ -36,6 +36,7 @@ #include <limits.h> #include <stdlib.h> #include <string.h> +#include <strings.h> #include <stdio.h> #include <paths.h> #include <stdarg.h>