# HG changeset patch # User Tero Marttila # Date 1411588449 -10800 # Node ID 959d4b9c3f0ae285cf58acd3adb753d8305e6c72 # Parent 24bc72470027dc2af358bf061e30a7975e4aa922 stdlib.h: include stdint diff -r 24bc72470027 -r 959d4b9c3f0a include/stdlib.h --- a/include/stdlib.h Wed Sep 24 22:40:48 2014 +0300 +++ b/include/stdlib.h Wed Sep 24 22:54:09 2014 +0300 @@ -1,6 +1,8 @@ #ifndef QMSK_ARDUINO_STDLIB_H #define QMSK_ARDUINO_STDLIB_H +#include + #define false 0 #define true 1