forked from FFmpeg/FFmpeg
avutil/random_seed: include stddef.h
The new function uses size_t, which has to be defined.
This commit is contained in:
parent
d694c25b44
commit
0e7fa8b3ca
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@
|
|||
#ifndef AVUTIL_RANDOM_SEED_H
|
||||
#define AVUTIL_RANDOM_SEED_H
|
||||
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
/**
|
||||
* @addtogroup lavu_crypto
|
||||
|
|
Loading…
Add table
Reference in a new issue