$OpenBSD: patch-common_ppc_mc_c,v 1.1.1.1 2007/04/08 17:31:01 ajacoutot Exp $
--- common/ppc/mc.c.orig	Mon Mar 19 22:45:02 2007
+++ common/ppc/mc.c	Tue Mar 20 18:20:12 2007
@@ -24,10 +24,10 @@
 #include <stdlib.h>
 #include <stdio.h>
 #include <string.h>
-#include <stdint.h>
+#include <inttypes.h>
 #include <stdarg.h>
 
-#ifdef SYS_LINUX
+#if defined SYS_LINUX || defined SYS_OPENBSD
 #include <altivec.h>
 #endif
 
