#include "inkpot.h"
#include "inkpot_lib_define.h"
#include "inkpot_value.h"
-#include "inkpot_libi_value.h"
+#include "inkpot_lib_value.h"
inkpot_status_t inkpot_value_set ( inkpot_values_t *values, inkpot_value_t *value )
{
inkpot_status_t inkpot_value_get ( inkpot_values_t *values, inkpot_value_t *value )
{
- IDX_VALUES_24 i;
+ IDX_VALUES_24_t i;
unsigned short v;
/* FIXME - this routine must check for 8 bit values and properly scale to 16 for the api */