[vlc-devel] commit: Added missing include file. (Laurent Aimar )

git version control git at videolan.org
Sun Jul 20 23:14:02 CEST 2008


vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Sun Jul 20 23:16:21 2008 +0200| [2a641d191b5ca13091c62affca68d7251bf3b1d7]

Added missing include file.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2a641d191b5ca13091c62affca68d7251bf3b1d7
---

 modules/codec/telx.c |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/modules/codec/telx.c b/modules/codec/telx.c
index 3e6a477..e361760 100644
--- a/modules/codec/telx.c
+++ b/modules/codec/telx.c
@@ -28,11 +28,12 @@
 #ifdef HAVE_CONFIG_H
 # include "config.h"
 #endif
+#include <assert.h>
+#include <stdint.h>
 
 #include <vlc_common.h>
 #include <vlc_plugin.h>
-#include <assert.h>
-#include <stdint.h>
+#include <vlc_input.h>
 
 #include "vlc_vout.h"
 #include "vlc_bits.h"




More information about the vlc-devel mailing list