Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Unbreak libxspf on HEAD. | Ed Schouten | 2013-09-14 | 1 | -0/+10 |
Unlike libstdc++, libc++ does not leak <unistd.h> into the <c*> headers that examples/read/read.cpp includes. This means that we need to explicitly include <unistd.h> to get getcwd(). Notes: svn path=/head/; revision=327310 |