$OpenBSD: patch-third_party_libvpx_source_libvpx_build_make_obj_int_extract_c,v 1.3 2013/04/03 08:19:10 robert Exp $
--- third_party/libvpx/source/libvpx/build/make/obj_int_extract.c.orig.port	Fri Mar 22 02:15:39 2013
+++ third_party/libvpx/source/libvpx/build/make/obj_int_extract.c	Tue Apr  2 21:05:18 2013
@@ -184,7 +184,11 @@ bail:
 }
 
 #elif defined(__ELF__)
+#if defined(__OpenBSD__)
+#include <sys/exec_elf.h>
+#else
 #include "elf.h"
+#endif
 
 #define COPY_STRUCT(dst, buf, ofst, sz) do {\
     if(ofst + sizeof((*(dst))) > sz) goto bail;\
