mirror of
https://git.freebsd.org/ports.git
synced 2025-06-22 13:10:31 -04:00
PR: ports/106990 Submitted by: KATO Tsuguru <tkato432 at yahoo.com> Approved by: Thomas E. Zander <riggs at rrr.de> (maintainer)
11 lines
242 B
C
11 lines
242 B
C
--- libavcodec/vp56.h.orig Mon Oct 23 07:32:34 2006
|
|
+++ libavcodec/vp56.h Wed Dec 13 03:03:41 2006
|
|
@@ -24,7 +24,7 @@
|
|
#ifndef VP56_H
|
|
#define VP56_H
|
|
|
|
-#include <stdint.h>
|
|
+#include <inttypes.h>
|
|
|
|
#include "vp56data.h"
|
|
#include "dsputil.h"
|