From 85321cab2948fa19c1c6362acbb8f789f71fd2ca Mon Sep 17 00:00:00 2001 From: Kai Ryu Date: Mon, 20 Apr 2015 15:15:00 +0900 Subject: [PATCH] Add missed header file --- common/softpwm_led.c | 1 + 1 file changed, 1 insertion(+) diff --git a/common/softpwm_led.c b/common/softpwm_led.c index 1c072bb0..69bfdc60 100644 --- a/common/softpwm_led.c +++ b/common/softpwm_led.c @@ -1,5 +1,6 @@ #include #include +#include #include "led.h" #include "softpwm_led.h" #include "debug.h"