shithub: openh264

Download patch

ref: 01e31ffe532c1b16d4300ff06f0a081f075ff4f1
parent: 306bf79eb8d2d374e26df0040ddf295a7e73322d
parent: c234d2dc2c712d62e55b6ba69af6deebe59343d1
author: huili2 <[email protected]>
date: Tue Mar 21 05:29:21 EDT 2017

Merge pull request #2693 from mstorsjo/add-missing-include

Add a missing stdlib.h include

--- a/codec/common/inc/WelsList.h
+++ b/codec/common/inc/WelsList.h
@@ -43,6 +43,7 @@
 #define _WELS_LIST_H_
 
 #include "typedefs.h"
+#include <stdlib.h>
 
 namespace WelsCommon {