[asterisk-commits] mvanbaak: trunk r146807 - /trunk/include/asterisk/endian.h
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Oct 6 16:18:14 CDT 2008
Author: mvanbaak
Date: Mon Oct 6 16:18:13 2008
New Revision: 146807
URL: http://svn.digium.com/view/asterisk?view=rev&rev=146807
Log:
make aescrypt.c compile on OpenBSD again
Modified:
trunk/include/asterisk/endian.h
Modified: trunk/include/asterisk/endian.h
URL: http://svn.digium.com/view/asterisk/trunk/include/asterisk/endian.h?view=diff&rev=146807&r1=146806&r2=146807
==============================================================================
--- trunk/include/asterisk/endian.h (original)
+++ trunk/include/asterisk/endian.h Mon Oct 6 16:18:13 2008
@@ -26,6 +26,8 @@
/*
* Autodetect system endianess
*/
+
+#include "asterisk/compat.h"
#ifndef __BYTE_ORDER
#ifdef __linux__
More information about the asterisk-commits
mailing list