Skip to content
Snippets Groups Projects
Commit 623bc9d8 authored by Jeff Peeler's avatar Jeff Peeler
Browse files

Mvanbaak said this was needed to compile on OpenBSD, so put it in the OpenBSD section.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@146920 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 50923eab
No related branches found
No related tags found
No related merge requests found
......@@ -27,12 +27,12 @@
* Autodetect system endianess
*/
#include "asterisk/compat.h"
#ifndef __BYTE_ORDER
#ifdef __linux__
#include <endian.h>
#elif defined(__OpenBSD__) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__APPLE__)
#include "asterisk/compat.h"
#include <machine/endian.h>
#define __BYTE_ORDER BYTE_ORDER
#define __LITTLE_ENDIAN LITTLE_ENDIAN
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment