From 0795b861742eb244737cb15a544bb6d81f98c260 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?M=C3=A5ns=20Rullg=C3=A5rd?= <mans@mansr.com>
Date: Fri, 1 Oct 2010 13:55:20 +0000
Subject: [PATCH] avassert: add missing #include <stdlib.h>

Originally committed as revision 25286 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 libavutil/avassert.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libavutil/avassert.h b/libavutil/avassert.h
index 25f24a62678..8dd4878c119 100644
--- a/libavutil/avassert.h
+++ b/libavutil/avassert.h
@@ -27,6 +27,7 @@
 #ifndef AVUTIL_AVASSERT_H
 #define AVUTIL_AVASSERT_H
 
+#include <stdlib.h>
 #include "avutil.h"
 #include "log.h"
 
-- 
GitLab