Merge "BuildSystem: Add DragonFly BSD." into 13

This commit is contained in:
George Joseph
2018-04-30 09:06:45 -05:00
committed by Gerrit Code Review
10 changed files with 15 additions and 11 deletions

View File

@@ -31,7 +31,7 @@
#ifndef __BYTE_ORDER
#ifdef __linux__
#include <endian.h>
#elif defined(__OpenBSD__) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__APPLE__)
#elif defined(__OpenBSD__) || defined(__FreeBSD__) || defined(__DragonFly__) || defined(__NetBSD__) || defined(__APPLE__)
#if defined(__OpenBSD__)
#include "asterisk/compat.h"
#endif