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
No related branches found
No related tags found
Loading
...@@ -26,6 +26,8 @@ ...@@ -26,6 +26,8 @@
#ifndef _WIN32 #ifndef _WIN32
#include <sys/stat.h> // mode_t #include <sys/stat.h> // mode_t
#else
#define mode_t unsigned
#endif #endif
namespace dhtnet { namespace dhtnet {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment