Merge pull request #2019 from felipesanches/fix_clipper_cpu_build

fix clipper cpu build.
This commit is contained in:
R. Belmont 2017-01-25 14:48:36 -05:00 committed by GitHub
commit 624463dc34

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,