]> git.lyx.org Git - features.git/commit
::readlink() needs unistd.h
authorGeorg Baum <baum@lyx.org>
Sun, 21 Dec 2014 17:13:33 +0000 (18:13 +0100)
committerGeorg Baum <baum@lyx.org>
Sun, 21 Dec 2014 17:13:33 +0000 (18:13 +0100)
commit158b9a0e551144ca357d6635af9cddcc446bb91f
tree92a8157cf6a82cb6bcdc9bed4687e813cd376d10
parent7796ad3a3686694733b936076a3086f8d275f64b
::readlink() needs unistd.h

this is included in some gcc headers, but not in c++11 mode, that is the
reason why we did not get a compile error so far.
src/support/filetools.cpp