ce4c8148a4
PR: ports/106990 Submitted by: KATO Tsuguru <tkato432 at yahoo.com> Approved by: Thomas E. Zander <riggs at rrr.de> (maintainer)
11 lines
273 B
C
11 lines
273 B
C
--- libmpcodecs/vf_ass.c.orig Mon Oct 23 07:32:24 2006
|
|
+++ libmpcodecs/vf_ass.c Wed Dec 13 03:04:26 2006
|
|
@@ -23,7 +23,7 @@
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
-#include <stdint.h>
|
|
+#include <inttypes.h>
|
|
#include <assert.h>
|
|
|
|
#include "config.h"
|