diff options
Diffstat (limited to 'base/third_party/nspr/prcpucfg.h')
-rw-r--r-- | base/third_party/nspr/prcpucfg.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/base/third_party/nspr/prcpucfg.h b/base/third_party/nspr/prcpucfg.h index 2cf2df3..cbd5eed 100644 --- a/base/third_party/nspr/prcpucfg.h +++ b/base/third_party/nspr/prcpucfg.h @@ -38,6 +38,8 @@ #include "base/third_party/nspr/prcpucfg_linux.h" #elif defined(__FreeBSD__) #include "base/third_party/nspr/prcpucfg_freebsd.h" +#elif defined(__OpenBSD__) +#include "base/third_party/nspr/prcpucfg_openbsd.h" #else #error Provide a prcpucfg.h appropriate for your platform #endif |