From d634817310a7186e9a84a65bb135d850d0adee17 Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Tue, 17 Aug 2021 14:32:40 +0800 Subject: [PATCH] update 3rdparty local build shell script --- lightd/hal/hal.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/lightd/hal/hal.h b/lightd/hal/hal.h index 9b657bb..6319f0c 100644 --- a/lightd/hal/hal.h +++ b/lightd/hal/hal.h @@ -16,6 +16,8 @@ #include <gpiod.h> +#include "tsl2561.h" + #define OFF 0 #define ON 1 -- Gitblit v1.9.1