Use linuxpath for FreeBSD as well

This commit is contained in:
Dmitry Marakasov 2011-09-28 03:40:27 +04:00
parent 37e272b3b5
commit 463acb2f75
3 changed files with 5 additions and 5 deletions

View file

@ -22,7 +22,7 @@
#include "linuxpath.hpp"
#if defined(__linux__)
#if defined(__linux__) || defined(__FreeBSD__)
#include <cstdlib>
#include <cstring>
@ -157,4 +157,4 @@ boost::filesystem::path LinuxPath::getRuntimeDataPath() const
} /* namespace Files */
#endif /* defined(__linux__) */
#endif /* defined(__linux__) || defined(__FreeBSD__) */