Browse Source

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@mansr.com>
tags/n1.1
Mans Rullgard 13 years ago
parent
commit
1fbaabefc4
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavformat/network.h

+ 1
- 0
libavformat/network.h View File

@@ -22,6 +22,7 @@
#define AVFORMAT_NETWORK_H

#include <errno.h>
#include <stdint.h>

#include "config.h"
#include "libavutil/error.h"


Loading…
Cancel
Save