]> git.friedersdorff.com Git - max/tmk_keyboard.git/blobdiff - sendchar.h
Added protocol support for Macintosh keyboard M0110.
[max/tmk_keyboard.git] / sendchar.h
index b31665441fc4ecc39330bd985b49370b13b917cd..7c81303c7a4fe0054145c2896af3b75f4eb1a39b 100644 (file)
@@ -18,8 +18,10 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #ifndef SENDCHAR_H
 #define SENDCHAR_H
 
+#include <stdint.h>
+
+
 /* transmit a character.  return 0 on success, -1 on error. */
 int8_t sendchar(uint8_t c);
 
 #endif
-