summaryrefslogtreecommitdiff
path: root/libavcodec/utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/utils.c')
-rw-r--r--libavcodec/utils.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/libavcodec/utils.c b/libavcodec/utils.c
index 8ca19aed00..6e5c40a588 100644
--- a/libavcodec/utils.c
+++ b/libavcodec/utils.c
@@ -25,6 +25,9 @@
* utils.
*/
+/* needed for mkstemp() */
+#define _XOPEN_SOURCE 500
+
#include "libavutil/integer.h"
#include "libavutil/crc.h"
#include "avcodec.h"
@@ -32,6 +35,7 @@
#include "opt.h"
#include "imgconvert.h"
#include "audioconvert.h"
+#include <stdlib.h>
#include <stdarg.h>
#include <limits.h>
#include <float.h>