summaryrefslogtreecommitdiff
path: root/multimedia/libxspf/files/patch-examples-read-read.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Unbreak libxspf on HEAD.Ed Schouten2013-09-141-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