Skip to content
Snippets Groups Projects
Commit c453ca7f authored by Sébastien Blin's avatar Sébastien Blin
Browse files

fileutils: fix definition of mode_t on windows

Change-Id: I19a93497aada7b89fe85bfac56ff6b896261e09c
parent abdbe202
Branches
No related tags found
No related merge requests found
......@@ -26,6 +26,8 @@
#ifndef _WIN32
#include <sys/stat.h> // mode_t
#else
#define mode_t unsigned
#endif
namespace dhtnet {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment