Skip to content

Commit

Permalink
Fixed compiling on linux.
Browse files Browse the repository at this point in the history
  • Loading branch information
Howaner committed Nov 30, 2014
1 parent a73c800 commit 7049db5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/OSSupport/StackTrace.cpp
Expand Up @@ -9,6 +9,7 @@
#include "../StackWalker.h"
#else
#include <execinfo.h>
#include <unistd.h>
#endif


Expand Down

0 comments on commit 7049db5

Please sign in to comment.