enc_sse2 add missing stdlib.h include

lost in fbd82b5; most platforms were getting it indirectly through
emmintrin.h.

Change-Id: I310f8bc8e82d63cfbde74c34cd21b72514a16a01
This commit is contained in:
James Zern 2012-04-19 15:47:58 -07:00
parent dceb8b4d9a
commit 80256b8567

View File

@ -12,6 +12,7 @@
#include "./dsp.h"
#if defined(WEBP_USE_SSE2)
#include <stdlib.h> // for abs()
#include <emmintrin.h>
#include "../enc/vp8enci.h"