From 1f9520e226a1943d81ed7fd1f54ccd614a6b7204 Mon Sep 17 00:00:00 2001 From: "David A. Mellis" Date: Tue, 17 Aug 2010 21:50:41 +0000 Subject: Now including stdlib.h from wiring.h so our abs() #define comes after the stdlib abs() definition (and therefore doesn't break it). --- cores/arduino/wiring.h | 1 + 1 file changed, 1 insertion(+) diff --git a/cores/arduino/wiring.h b/cores/arduino/wiring.h index 6f61293..0118618 100755 --- a/cores/arduino/wiring.h +++ b/cores/arduino/wiring.h @@ -26,6 +26,7 @@ #define Wiring_h #include +#include #include "binary.h" #ifdef __cplusplus -- cgit v1.2.3-18-g5258