13 lines
458 B
Plaintext
13 lines
458 B
Plaintext
|
$OpenBSD: patch-common_ppc_predict_c,v 1.1 2008/08/20 01:44:44 jakemsr Exp $
|
||
|
--- common/ppc/predict.c.orig Tue Aug 19 16:02:22 2008
|
||
|
+++ common/ppc/predict.c Tue Aug 19 17:13:49 2008
|
||
|
@@ -18,7 +18,7 @@
|
||
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111, USA.
|
||
|
*****************************************************************************/
|
||
|
|
||
|
-#ifdef SYS_LINUX
|
||
|
+#if defined SYS_LINUX || defined SYS_OPENBSD
|
||
|
#include <altivec.h>
|
||
|
#endif
|
||
|
|