diff options
author | James Maki <jmaki@multitech.com> | 2010-09-10 12:31:45 -0500 |
---|---|---|
committer | James Maki <jmaki@multitech.com> | 2010-09-10 12:31:45 -0500 |
commit | cd819002f664456f9b4c3f48e35457db1a6973a3 (patch) | |
tree | 73e3d8cbbb16b371995872b4c26a7a2d88a0f691 /src/eeprom_main.c | |
parent | 84feafae92bb0a0521367bcaaa186b27cb5e8a2e (diff) | |
download | mts-id-eeprom-cd819002f664456f9b4c3f48e35457db1a6973a3.tar.gz mts-id-eeprom-cd819002f664456f9b4c3f48e35457db1a6973a3.tar.bz2 mts-id-eeprom-cd819002f664456f9b4c3f48e35457db1a6973a3.zip |
require mts_io.h is installed
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) { |