[asterisk-commits] mvanbaak: branch 1.6.0 r146873 - in /branches/1.6.0: ./ include/asterisk/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Oct 6 16:47:57 CDT 2008
Author: mvanbaak
Date: Mon Oct 6 16:47:56 2008
New Revision: 146873
URL: http://svn.digium.com/view/asterisk?view=rev&rev=146873
Log:
Merged revisions 146807 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
........
r146807 | mvanbaak | 2008-10-06 23:18:13 +0200 (Mon, 06 Oct 2008) | 2 lines
make aescrypt.c compile on OpenBSD again
........
Modified:
branches/1.6.0/ (props changed)
branches/1.6.0/include/asterisk/endian.h
Propchange: branches/1.6.0/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.
Modified: branches/1.6.0/include/asterisk/endian.h
URL: http://svn.digium.com/view/asterisk/branches/1.6.0/include/asterisk/endian.h?view=diff&rev=146873&r1=146872&r2=146873
==============================================================================
--- branches/1.6.0/include/asterisk/endian.h (original)
+++ branches/1.6.0/include/asterisk/endian.h Mon Oct 6 16:47:56 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