diff options
Diffstat (limited to 'src/eeprom_main.c')
-rw-r--r-- | src/eeprom_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/eeprom_main.c b/src/eeprom_main.c index 51a4a87..e9ee652 100644 --- a/src/eeprom_main.c +++ b/src/eeprom_main.c @@ -31,10 +31,10 @@ #include <sys/stat.h> #include <fcntl.h> #include <string.h> +#include <linux/mts_io.h> #include "log.h" #include "eeprom.h" -#include "mts_io.h" static int hwaddr_aton(const char *str, uint8_t *buf, size_t len) { |