Chromium Code Reviews| Index: src/common/stabs_reader.h |
| diff --git a/src/common/stabs_reader.h b/src/common/stabs_reader.h |
| index 98ee2dd53b405fd7e85358d2b5eb13cd75e795c9..c8b33ffdf81ea61a3081d40f3ed5517131bfb047 100644 |
| --- a/src/common/stabs_reader.h |
| +++ b/src/common/stabs_reader.h |
| @@ -57,6 +57,8 @@ |
| #include <mach-o/nlist.h> |
| #elif defined(HAVE_A_OUT_H) |
| #include <a.out.h> |
| +#elif defined(HAVE_LINUX_A_OUT_H) |
| +#include <linux/a.out.h> |
| #endif |
| #include <string> |