Commit 0e7fa8b3 authored by Philip Langdale's avatar Philip Langdale

avutil/random_seed: include stddef.h

The new function uses size_t, which has to be defined.
parent d694c25b
......@@ -21,6 +21,7 @@
#ifndef AVUTIL_RANDOM_SEED_H
#define AVUTIL_RANDOM_SEED_H
#include <stddef.h>
#include <stdint.h>
/**
* @addtogroup lavu_crypto
......
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