Merge "BuildSystem: Add DragonFly BSD."

This commit is contained in:
George Joseph
2018-04-30 09:07:30 -05:00
committed by Gerrit Code Review
11 changed files with 16 additions and 12 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