diff options
author | thestig@chromium.org <thestig@chromium.org@4c0a9323-5329-0410-9bdc-e9ce6186880e> | 2010-09-15 22:31:57 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@4c0a9323-5329-0410-9bdc-e9ce6186880e> | 2010-09-15 22:31:57 +0000 |
commit | 0e3b7020b8f679259acfcfdbea4d39e1c13e6f19 (patch) | |
tree | 8b2737cd0fdbb541a8f38f7175894a7dd1d7b436 /src/processor | |
parent | Revert revision 658 ('Add glog style logging to symupload'). (diff) | |
download | breakpad-0e3b7020b8f679259acfcfdbea4d39e1c13e6f19.tar.xz |
Import linux_syscall_support.h from linux-syscall-support.googlecode.com instead of using our own copy.
Review URL: http://breakpad.appspot.com/192001
git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@686 4c0a9323-5329-0410-9bdc-e9ce6186880e
Diffstat (limited to 'src/processor')
-rw-r--r-- | src/processor/testdata/linux_test_app.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/processor/testdata/linux_test_app.cc b/src/processor/testdata/linux_test_app.cc index f1617b76..18f0f62f 100644 --- a/src/processor/testdata/linux_test_app.cc +++ b/src/processor/testdata/linux_test_app.cc @@ -45,8 +45,8 @@ #include <string> -#include "common/linux/linux_syscall_support.h" #include "client/linux/handler/exception_handler.h" +#include "third_party/lss/linux_syscall_support.h" namespace { |