Chromium Code Reviews| Index: include/linux/chromeos_platform.h |
| diff --git a/include/linux/chromeos_platform.h b/include/linux/chromeos_platform.h |
| index f27a982b299f8d5bd3d1db4b259fcebdfe4f0514..b109454d356a3b96e2e09dc67dc3bfb50fec5578 100644 |
| --- a/include/linux/chromeos_platform.h |
| +++ b/include/linux/chromeos_platform.h |
| @@ -22,6 +22,9 @@ extern bool chromeos_is_devmode(void); |
| extern int chromeos_set_need_recovery(void); |
| #else |
| + |
| +#include <linux/errno.h> |
|
Olof Johansson
2011/03/14 21:24:32
Please add this to the top instead.
|
| + |
| /* Stubbed-out versions so we can keep code common */ |
| static inline bool chromeos_initialized(void) |
| { |