Skip to content

Include <stdlib.h> for win32/thread.c

Dale Curtis requested to merge dalecurtis/dav1d:patch-1 into master

Fixes compilation error on implicitly declared malloc()/free() due to missing this header. Alphabetizes headers for style too.

Signed-off-by: Dale Curtis dalecurtis@chromium.org

Merge request reports