From 9eb87fc6658246b8bee88a4050a921f8dcf231fa Mon Sep 17 00:00:00 2001 From: Brendan Le Foll Date: Tue, 13 May 2014 22:24:48 +0000 Subject: [PATCH] blink-io: add stdlib.h for strtol call Signed-off-by: Brendan Le Foll --- examples/blink-io.c | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/blink-io.c b/examples/blink-io.c index c495df6..bfde0cb 100644 --- a/examples/blink-io.c +++ b/examples/blink-io.c @@ -26,6 +26,7 @@ #include #include #include +#include #include "gpio.h" -- 2.7.4