$OpenBSD: patch-base_process_util_h,v 1.10 2011/12/14 16:58:19 robert Exp $
--- base/process_util.h.orig	Tue Dec 13 21:28:16 2011
+++ base/process_util.h	Tue Dec 13 21:28:57 2011
@@ -166,7 +166,7 @@ BASE_EXPORT void CloseProcessHandle(ProcessHandle proc
 // Win XP SP1 as well.
 BASE_EXPORT ProcessId GetProcId(ProcessHandle process);
 
-#if defined(OS_LINUX) || defined(OS_ANDROID)
+#if defined(OS_LINUX) || defined(OS_ANDROID) || defined(OS_OPENBSD)
 // Returns the path to the executable of the given process.
 BASE_EXPORT FilePath GetProcessExecutablePath(ProcessHandle process);
 
