Chromium Code Reviews| Index: src/common/stabs_reader.h |
| diff --git a/src/common/stabs_reader.h b/src/common/stabs_reader.h |
| index d89afc0013b784b926ef597debb3c9012c6c82ff..98ee2dd53b405fd7e85358d2b5eb13cd75e795c9 100644 |
| --- a/src/common/stabs_reader.h |
| +++ b/src/common/stabs_reader.h |
| @@ -53,11 +53,10 @@ |
| #include <config.h> |
| #endif |
| -#ifdef HAVE_A_OUT_H |
| -#include <a.out.h> |
| -#endif |
| #ifdef HAVE_MACH_O_NLIST_H |
| #include <mach-o/nlist.h> |
| +#elif defined(HAVE_A_OUT_H) |
| +#include <a.out.h> |
| #endif |
| #include <string> |