| commit | 92baa8c808d918bd8b4b00d330ebf925e0b694d4 | [log] [tgz] |
|---|---|---|
| author | Alexander Potapenko <glider@google.com> | Mon Feb 13 17:11:19 2012 +0000 |
| committer | Alexander Potapenko <glider@google.com> | Mon Feb 13 17:11:19 2012 +0000 |
| tree | ca184f04d8537779aba7771f7302146b80952658 | |
| parent | f73a6a3f81573ba85a5e29955980818b18b0a58a [diff] [blame] |
Lint fix git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@150399 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/asan/interception/interception_linux.cc b/lib/asan/interception/interception_linux.cc index 32361e2..74fcf56 100644 --- a/lib/asan/interception/interception_linux.cc +++ b/lib/asan/interception/interception_linux.cc
@@ -14,8 +14,8 @@ #ifdef __linux__ -#include <stddef.h> // for NULL -#include <dlfcn.h> // for dlsym +#include <stddef.h> // for NULL +#include <dlfcn.h> // for dlsym namespace __interception { bool GetRealFunctionAddress(const char *func_name, void **func_addr) {