Include stdint in scaler_common.

This commit is contained in:
Themaister 2013-11-20 18:21:00 +01:00
parent 8e303a3159
commit 372178fbd6

View File

@ -17,6 +17,8 @@
#ifndef SCALER_COMMON_H__
#define SCALER_COMMON_H__
#include <stdint.h>
static inline uint8_t clamp_8bit(int val)
{
if (val > 255)