fix clipper cpu build.

include limits.h that provides INT_MIN and INT_MAX
This commit is contained in:
Felipe Corrêa da Silva Sanches 2017-01-25 15:14:24 -02:00
parent 78a7342750
commit 01feb47dde

View File

@ -5,6 +5,8 @@
#ifndef __CLIPPER_H__
#define __CLIPPER_H__
#include <limits.h>
enum clipper_registers
{
CLIPPER_R0, CLIPPER_R1, CLIPPER_R2, CLIPPER_R3, CLIPPER_R4, CLIPPER_R5, CLIPPER_R6, CLIPPER_R7,