summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorvkalintiris <vasilis@netdata.cloud>2023-11-29 11:05:41 +0200
committerGitHub <noreply@github.com>2023-11-29 11:05:41 +0200
commit4f6fe91a6d3265fecae01c9d3ee136d2d48208db (patch)
tree61d651bbeeae2f5afd088fc294d700683fae28f9 /CMakeLists.txt
parentf68b01fd0ab2997c6d464010197b7dd66561d2d5 (diff)
Fix builds on macOS due to missing endianness functions (#16489)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6d6752ea7c..5d70d470bd 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -465,6 +465,7 @@ set(LIBNETDATA_FILES
libnetdata/log/log.h
libnetdata/os.c
libnetdata/os.h
+ libnetdata/endian.h
libnetdata/onewayalloc/onewayalloc.c
libnetdata/onewayalloc/onewayalloc.h
libnetdata/popen/popen.c