Skip to content

Commit

Permalink
Fix failing cross-compile for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
teamswipp committed Dec 11, 2017
1 parent 99de387 commit c3ec2ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/backtrace.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
// file COPYING or http://www.opensource.org/licenses/mit-license.php.

#include <stdlib.h>
#ifdef __linux__
#include <execinfo.h>
#endif

#include "backtrace.h"
#include "util.h"
Expand Down

0 comments on commit c3ec2ea

Please sign in to comment.