Changeset 435001d6dd969cf8de83f46c9388d4a8efe39f21
- Timestamp:
- 10/17/09 17:56:57 (5 weeks ago)
- Author:
- Alex Vandiver <alexmv@mit.edu>
- git-author:
- Alex Vandiver <alexmv@mit.edu> / 2009-10-17T17:42:00Z-0400
- Parents:
- f798d022dd2f4b6ab1c7b51d133fc027b96517fc
- Children:
- b7ee89b6aff39095119c5766ae324557759a7552
- git-committer:
- Alex Vandiver <alexmv@mit.edu> / 2009-10-17T17:56:57Z-0400
- Message:
-
sys/stat.h is needed for "struct stat"
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r946058b
|
r435001d
|
|
| 5 | 5 | #include <ctype.h> |
| 6 | 6 | #include <pwd.h> |
| | 7 | #include <sys/stat.h> |
| | 8 | #include <sys/types.h> |
| 7 | 9 | |
| 8 | 10 | void sepbar(const char *in) |