diff options
Diffstat (limited to 'base/base_paths.h')
-rw-r--r-- | base/base_paths.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/base/base_paths.h b/base/base_paths.h index 507398b..31344a2 100644 --- a/base/base_paths.h +++ b/base/base_paths.h @@ -38,6 +38,8 @@ #include "base/base_paths_win.h" #elif defined(OS_MACOSX) #include "base/base_paths_mac.h" +#elif defined(OS_LINUX) +#include "base/base_paths_linux.h" #endif namespace base { |