From 5dfd8e43dfb3f44f41498de8af980fde8541c542 Mon Sep 17 00:00:00 2001 From: Michael Ring Date: Tue, 31 Mar 2015 22:36:37 +0200 Subject: [PATCH] examples/mraa-gpio.c: Fixed compiler warning due to missing include Warning fixed is atoi not being defined when building on Fedora 22 Signed-off-by: Michael Ring Signed-off-by: Brendan Le Foll --- examples/mraa-gpio.c | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/mraa-gpio.c b/examples/mraa-gpio.c index 5451578..93651c0 100644 --- a/examples/mraa-gpio.c +++ b/examples/mraa-gpio.c @@ -23,6 +23,7 @@ */ #include +#include #include #include