From 87f60dde1ec067b6fb2a4c28b6d4a4794c2b9095 Mon Sep 17 00:00:00 2001 From: Guenter Roeck Date: Mon, 6 Aug 2012 10:23:35 -0700 Subject: [PATCH] Add backward compatibility to nct6775.c Signed-off-by: Guenter Roeck --- nct6775.c | 1 + 1 file changed, 1 insertion(+) diff --git a/nct6775.c b/nct6775.c index a82f21d..2320e0b 100644 --- a/nct6775.c +++ b/nct6775.c @@ -53,6 +53,7 @@ #include #include #include "lm75.h" +#include "compat.h" #define TESTING -- 2.39.5