From a0ff7b6ca8c667b11f3a1765f0fcfac326ffd9e9 Mon Sep 17 00:00:00 2001 From: Mark Nauwelaerts Date: Fri, 8 Aug 2008 10:56:02 +0000 Subject: [PATCH] [MOVED FROM BAD 09/28] Use configure-generated _stdint.h. Original commit message from CVS: * ext/x264/gstx264enc.h: * sys/fbdev/gstfbdevsink.c: Use configure-generated _stdint.h. --- ext/x264/gstx264enc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/x264/gstx264enc.h b/ext/x264/gstx264enc.h index 771d0afaef..3a7fec3047 100644 --- a/ext/x264/gstx264enc.h +++ b/ext/x264/gstx264enc.h @@ -23,7 +23,7 @@ #include #include -#include +#include "_stdint.h" #include G_BEGIN_DECLS