[asterisk-commits] file: trunk r80453 - /trunk/main/minimime/mm.h
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Aug 23 08:37:21 CDT 2007
Author: file
Date: Thu Aug 23 08:37:20 2007
New Revision: 80453
URL: http://svn.digium.com/view/asterisk?view=rev&rev=80453
Log:
Return trunk to a working state by including compat.h in minimime.
Modified:
trunk/main/minimime/mm.h
Modified: trunk/main/minimime/mm.h
URL: http://svn.digium.com/view/asterisk/trunk/main/minimime/mm.h?view=diff&rev=80453&r1=80452&r2=80453
==============================================================================
--- trunk/main/minimime/mm.h (original)
+++ trunk/main/minimime/mm.h Thu Aug 23 08:37:20 2007
@@ -39,6 +39,8 @@
#include <assert.h>
#include "mm_queue.h"
#include "mm_mem.h"
+
+#include "asterisk/compat.h"
#define MM_MIME_LINELEN 998
#define MM_BASE64_LINELEN 76
More information about the asterisk-commits
mailing list