summaryrefslogtreecommitdiff
path: root/src/commonlib/bsd/include/commonlib/bsd/sysincludes.h
blob: 3a87cda1c45b6b09a958ce1aa86c0f78ffab11bb (plain)
1
2
3
4
5
6
/* SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-only */
#if defined(__FreeBSD__)
#include <sys/endian.h>
#else
#include <endian.h>
#endif