diff options
author | Max Kellermann <max@duempel.org> | 2013-11-11 08:17:29 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-11-11 08:20:09 +0100 |
commit | 287c70e3611022ff40c673feeef71eecd79beea8 (patch) | |
tree | 1e487a32f0b702b2fad93c35670947b649e16ae9 /src/encoder | |
parent | f6b44af9988d0287b6f4974ba9daab57f6298ed2 (diff) |
filter/route, ...: add missing stdlib.h includes
Diffstat (limited to 'src/encoder')
-rw-r--r-- | src/encoder/OpusEncoderPlugin.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/encoder/OpusEncoderPlugin.cxx b/src/encoder/OpusEncoderPlugin.cxx index 29f7df726..243dc0836 100644 --- a/src/encoder/OpusEncoderPlugin.cxx +++ b/src/encoder/OpusEncoderPlugin.cxx @@ -34,6 +34,7 @@ #include <glib.h> #include <assert.h> +#include <stdlib.h> struct opus_encoder { /** the base class */ |