From a9f57dbc22669120270114a6fccebe5cf971df02 Mon Sep 17 00:00:00 2001 From: Mike Fiore Date: Thu, 24 Apr 2014 12:18:44 -0500 Subject: mts-io: fix inclusion of mts_eeprom.h --- io-module/mts_io.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/io-module/mts_io.h b/io-module/mts_io.h index 783438a..78ea23b 100644 --- a/io-module/mts_io.h +++ b/io-module/mts_io.h @@ -9,7 +9,7 @@ #endif #endif -#include +#include "mts_eeprom.h" #include #define MTS_ATTR_MODE_RW S_IWUSR | S_IRUGO -- cgit v1.2.3