Commit 1fbaabef authored by Mans Rullgard's avatar 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: 's avatarMans Rullgard <mans@mansr.com>
parent 21de6ba5
...@@ -22,6 +22,7 @@ ...@@ -22,6 +22,7 @@
#define AVFORMAT_NETWORK_H #define AVFORMAT_NETWORK_H
#include <errno.h> #include <errno.h>
#include <stdint.h>
#include "config.h" #include "config.h"
#include "libavutil/error.h" #include "libavutil/error.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment