Fixed non-POSIX conformant included headers.

This commit is contained in:
rakshasa
2014-04-18 22:27:13 +09:00
parent d9f6f5aef4
commit 82a68420f4
4 changed files with 6 additions and 17 deletions
+2 -4
View File
@@ -38,14 +38,12 @@
#include <algorithm>
#include <functional>
#include <dirent.h>
#include <sys/stat.h>
#include <rak/path.h>
#include <torrent/exceptions.h>
#ifdef __sun__
#include <sys/stat.h>
#endif
#include "directory.h"
namespace utils {