Fixed missing prototype warning in lighting.c module. (#1085)

This commit is contained in:
Steve Karg
2025-08-29 17:00:15 -05:00
committed by GitHub
parent 55107e96b7
commit a70a02a6f9
3 changed files with 12 additions and 2 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ In order to build bacnet stack library for linux, user needs to install
libconfig-dev, libcap-dev and libssl-dev to the system. Most easiest way to do
that is to use Advanced Packaging Tool (APT), check bsc-test-linux.yml.
For MacOSX build user must install brew packet manager (https://brew.sh),
For macOS X build user must install brew packet manager (https://brew.sh),
then install openssl using brew then build libwebsocket, check
.github/workflows/bsc-tests-macosx.yml.
+1
View File
@@ -15,6 +15,7 @@
#include "bacnet/bacdcode.h"
#include "bacnet/bacreal.h"
#include "bacnet/lighting.h"
#include "bacnet/basic/sys/color_rgb.h"
/** @file lighting.c Manipulate BACnet lighting command values */