swr: [rasterizer] Small cleanups
[mesa.git] / src / gallium / drivers / swr / rasterizer / jitter / jit_api.h
index 39d63836673895bb6298739c4b8559099fb76e1c..b668eb479273f55a0e577572d403088e5294edd8 100644 (file)
@@ -34,6 +34,8 @@
 #include "streamout_jit.h"
 #include "blend_jit.h"
 
+#include <stdlib.h>
+
 #if defined(_WIN32)
 #define EXCEPTION_PRINT_STACK(ret) ret
 #endif // _WIN32
@@ -61,6 +63,7 @@ struct JIT_COMPILE_INPUT
     bool enableJitSampler;
 };
 
+
 //////////////////////////////////////////////////////////////////////////
 /// @brief Create JIT context.
 HANDLE JITCALL JitCreateContext(uint32_t targetSimdWidth, const char* arch);