]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - sendchar.h
FIX: layer switching bug when Fn has no keycode.
[qmk_firmware.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
-