aboutsummaryrefslogtreecommitdiff
path: root/src/client/linux/handler/exception_handler.cc
diff options
context:
space:
mode:
authorted.mielczarek <ted.mielczarek@4c0a9323-5329-0410-9bdc-e9ce6186880e>2008-02-24 21:04:51 +0000
committerted.mielczarek <ted.mielczarek@4c0a9323-5329-0410-9bdc-e9ce6186880e>2008-02-24 21:04:51 +0000
commit2c2ae2854198ca20c48e62c05816fbaacdd474c7 (patch)
tree2ab4bbf0a7ec554b9e756157b5d04408509c82ed /src/client/linux/handler/exception_handler.cc
parentUse swprintf_s for VC8 or newer. r=mento (diff)
downloadbreakpad-2c2ae2854198ca20c48e62c05816fbaacdd474c7.tar.xz
issue 238 - missing includes compiling with gcc 4.3. patch by taras glek, r=me
git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@240 4c0a9323-5329-0410-9bdc-e9ce6186880e
Diffstat (limited to 'src/client/linux/handler/exception_handler.cc')
-rw-r--r--src/client/linux/handler/exception_handler.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/linux/handler/exception_handler.cc b/src/client/linux/handler/exception_handler.cc
index e23f0f5f..b87acf4d 100644
--- a/src/client/linux/handler/exception_handler.cc
+++ b/src/client/linux/handler/exception_handler.cc
@@ -37,6 +37,7 @@
#include <cassert>
#include <cstdlib>
#include <ctime>
+#include <linux/limits.h>
#include "client/linux/handler/exception_handler.h"
#include "common/linux/guid_creator.h"