Fixed missing prototype warning in lighting.c module. (#1085)
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
@@ -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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user