$NetBSD: patch-base_run__level.cc,v 1.1 2024/02/10 01:20:46 ryoon Exp $ * NetBSD support --- base/run_level.cc.orig 2021-02-15 03:48:53.000000000 +0000 +++ base/run_level.cc @@ -38,10 +38,10 @@ #include #endif // __APPLE__ -#if defined(OS_LINUX) || defined(OS_ANDROID) +#if defined(OS_LINUX) || defined(OS_ANDROID) || defined(OS_NETBSD) #include #include -#endif // OS_LINUX || OS_ANDROID +#endif // OS_LINUX || OS_ANDROID || OS_NETBSD #include "base/const.h" #include "base/logging.h"