Skip to content

Add a missing include of stdlib.h

Martin Storsjö requested to merge mstorsjo/x264:missing-include into master

Since 7ab4c928, osdep.h contains calls to malloc/free.

This fixes building with MSVC targeting WinRT.

Merge request reports