Skip to content

Commit b47d19d

Browse files
author
Tor Didriksen
committed
Bug#22071592 RESOLVE_STACK_DUMP IS BROKEN IN 5.6 AND UP
Post-push fix: SunOS header files are buggy, need to #include <stdio.h> before STL files.
1 parent b20487a commit b47d19d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

extra/resolve_stack_dump.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
*/
1919

2020
#include <my_config.h>
21+
#include <stdio.h> // Needed on SunOS 5.10
2122
#include <vector>
2223
#include <string>
2324

0 commit comments

Comments
 (0)