Use correct header for EXIT_SUCCESS
This commit is contained in:
parent
f6d96fbe1b
commit
24e4cb4b35
@ -1,12 +1,13 @@
|
|||||||
#include "../backtrace.hpp"
|
#include "../backtrace.hpp"
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
#include <cstdlib>
|
||||||
using namespace std;
|
|
||||||
|
using namespace std;
|
||||||
|
|
||||||
int
|
|
||||||
main (int, char **) {
|
int
|
||||||
cout << debug::backtrace() << endl;
|
main (int, char **) {
|
||||||
|
cout << debug::backtrace() << endl;
|
||||||
return EXIT_SUCCESS;
|
|
||||||
}
|
return EXIT_SUCCESS;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user