Changeset 435001d6dd969cf8de83f46c9388d4a8efe39f21

Show
Ignore:
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:
1 modified

Legend:

Unmodified
Added
Removed
  • util.c

    r946058b r435001d  
    55#include <ctype.h> 
    66#include <pwd.h> 
     7#include <sys/stat.h> 
     8#include <sys/types.h> 
    79 
    810void sepbar(const char *in)