[FFmpeg-cvslog] network: #include stdint.h in network.h

Mans Rullgard git at videolan.org
Wed Oct 17 14:21:53 CEST 2012


ffmpeg | branch: master | Mans Rullgard <mans at mansr.com> | Sat Oct 13 22:57:23 2012 +0100| [1fbaabefc4bbd1d4eed3c84b78e84ac38a339cab] | committer: Mans Rullgard

network: #include stdint.h in network.h

This header uses various types provided by stdint.h without
explicitly including it.

Signed-off-by: Mans Rullgard <mans at mansr.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1fbaabefc4bbd1d4eed3c84b78e84ac38a339cab
---

 libavformat/network.h |    1 +
 1 file changed, 1 insertion(+)

diff --git a/libavformat/network.h b/libavformat/network.h
index 19c5a92..da9d926 100644
--- a/libavformat/network.h
+++ b/libavformat/network.h
@@ -22,6 +22,7 @@
 #define AVFORMAT_NETWORK_H
 
 #include <errno.h>
+#include <stdint.h>
 
 #include "config.h"
 #include "libavutil/error.h"



More information about the ffmpeg-cvslog mailing list