shithub: openh264

Download patch

ref: c234d2dc2c712d62e55b6ba69af6deebe59343d1
parent: ac2543f294f88f8589631b8690715116aa4bdc2d
author: Martin Storsjö <martin@martin.st>
date: Mon Mar 20 07:37:18 EDT 2017

Add a missing stdlib.h include

This fixes building for windows phone.

Prior to 8d444f5 this wasn't an issue, since WelsCircleQueue.h, which
included stdlib.h, was included before.

--- 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 {