Skip to content

Commit

Permalink
[core] Fix build for FreeBSD kernel (#2255)
Browse files Browse the repository at this point in the history
Taken from https://sources.debian.org/src/srt/1.4.2-2/debian/patches/ftbfs_kfreebsd.patch/
See #2253

Co-authored-by: Laurent Bigonville <bigon@debian.org>
  • Loading branch information
maxsharabayko and bigon committed Mar 3, 2022
1 parent 9b95ffc commit f15d300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion srtcore/utilities.h
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ written by

# include <sys/endian.h>

#elif defined(__NetBSD__) || defined(__FreeBSD__) || defined(__DragonFly__)
#elif defined(__NetBSD__) || defined(__FreeBSD__) || defined(__DragonFly__) || defined(__FreeBSD_kernel__)

# include <sys/endian.h>

Expand Down

0 comments on commit f15d300

Please sign in to comment.