Skip to content

Commit

Permalink
Fix missing include in posix_time.cpp
Browse files Browse the repository at this point in the history
This was removed in CleverRaven#27785 from posix_time.h and should have been added
back into posix_time.cpp, but wasn't.   Has been breaking the Mingw CI.
  • Loading branch information
jbytheway authored and ThinkInvis committed Jan 24, 2019
1 parent f6bc75b commit e60f980
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/posix_time.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#include "posix_time.h"

#if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__
#include <cerrno>

int
nanosleep( const struct timespec *requested_delay,
struct timespec *remaining_delay )
Expand Down

0 comments on commit e60f980

Please sign in to comment.