13 lines
330 B
Plaintext
13 lines
330 B
Plaintext
$OpenBSD: patch-common_ppc_mc_c,v 1.2 2009/04/14 19:50:47 kili Exp $
|
|
--- common/ppc/mc.c.orig Tue Jan 6 16:45:09 2009
|
|
+++ common/ppc/mc.c Tue Jan 6 13:10:49 2009
|
|
@@ -24,7 +24,7 @@
|
|
#include <stdlib.h>
|
|
#include <stdio.h>
|
|
#include <string.h>
|
|
-#include <stdint.h>
|
|
+#include <inttypes.h>
|
|
#include <stdarg.h>
|
|
|
|
#include "x264.h"
|