altos: Telemega uses eeprom, include it in main file
authorKeith Packard <keithp@keithp.com>
Sat, 7 Dec 2013 17:40:53 +0000 (09:40 -0800)
committerKeith Packard <keithp@keithp.com>
Sat, 7 Dec 2013 17:40:53 +0000 (09:40 -0800)
ao_telemega.c didn't include ao_eeprom.h leaving a function undefined

Signed-off-by: Keith Packard <keithp@keithp.com>
src/telemega-v0.3/ao_telemega.c

index 273c04263669df46f9ffb95be9ffc2ecf2abbe3a..7b035269bccd5d0d678a4a8ae23bb1682f77aa96 100644 (file)
@@ -24,6 +24,7 @@
 #include <ao_packet.h>
 #include <ao_companion.h>
 #include <ao_profile.h>
+#include <ao_eeprom.h>
 #if HAS_SAMPLE_PROFILE
 #include <ao_sample_profile.h>
 #endif