Skip to content

Commit 70e4ae5

Browse files
AMDmi3perim
authored andcommitted
Include errno.h for errno
1 parent 3e224b7 commit 70e4ae5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/exceptionhandler/exceptionhandler.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ static LONG WINAPI windowsExceptionHandler(PEXCEPTION_POINTERS pExceptionInfo)
117117
# include <stdint.h>
118118
# include <signal.h>
119119
# include <string.h>
120+
# include <errno.h>
120121

121122
// POSIX headers:
122123
# include <unistd.h>

0 commit comments

Comments
 (0)