summaryrefslogtreecommitdiff
path: root/games/openlierox/files/patch-src-common-Debug__DumpCallstack.cpp
blob: 28d423e31dde40e19b4e051919c1f2d0cf14ae47 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- src/common/Debug_DumpCallstack.cpp.orig	2012-04-17 04:26:14.000000000 +0400
+++ src/common/Debug_DumpCallstack.cpp	2012-12-14 23:19:15.525963503 +0400
@@ -11,6 +11,8 @@
 #include "util/macros.h"
 #include <vector>
 #include <string>
+#include <cstdio>
+#include <cstdlib>
 
 #ifndef HAVE_EXECINFO
 #	if defined(__linux__)
@@ -25,8 +27,6 @@
 #if HAVE_EXECINFO
 
 #include <execinfo.h>
-#include <stdio.h>
-#include <stdlib.h>
 
 #if HASBFD