From 3ce750ede177dba2712ea0ba135a07ee25f1f695 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Wed, 21 Sep 2016 17:56:01 -0400 Subject: [PATCH] clk.h: Add Since we return -ENOSYS in some cases we must have available. Signed-off-by: Tom Rini --- include/clk.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/clk.h b/include/clk.h index 9b24522..94c0037 100644 --- a/include/clk.h +++ b/include/clk.h @@ -10,6 +10,7 @@ #define _CLK_H_ #include +#include /** * A clock is a hardware signal that oscillates autonomously at a specific -- 2.7.4