$OpenBSD: patch-third_party_libvpx_source_libvpx_build_make_obj_int_extract_c,v 1.4 2013/10/29 06:51:34 robert Exp $
--- third_party/libvpx/source/libvpx/build/make/obj_int_extract.c.orig.port	Fri Oct 11 19:45:03 2013
+++ third_party/libvpx/source/libvpx/build/make/obj_int_extract.c	Fri Oct 18 20:47:20 2013
@@ -196,7 +196,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;\
