[svn-commits] jpeeler: branch jpeeler/bug11261 r182115 - /team/jpeeler/bug11261/channels/h323/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Fri Mar 13 14:29:44 CDT 2009


Author: jpeeler
Date: Fri Mar 13 14:29:39 2009
New Revision: 182115

URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=182115
Log:
don't know how building was successful previously

Modified:
    team/jpeeler/bug11261/channels/h323/compat_h323.h

Modified: team/jpeeler/bug11261/channels/h323/compat_h323.h
URL: http://svn.digium.com/svn-view/asterisk/team/jpeeler/bug11261/channels/h323/compat_h323.h?view=diff&rev=182115&r1=182114&r2=182115
==============================================================================
--- team/jpeeler/bug11261/channels/h323/compat_h323.h (original)
+++ team/jpeeler/bug11261/channels/h323/compat_h323.h Fri Mar 13 14:29:39 2009
@@ -1,5 +1,8 @@
 #ifndef COMPAT_H323_H
 #define COMPAT_H323_H
+
+#include "ast_ptlib.h"
+#define VERSION(a,b,c) ((a)*10000+(b)*100+(c))
 
 #if VERSION(OPENH323_MAJOR,OPENH323_MINOR,OPENH323_BUILD) < VERSION(1,17,3)
 /**




More information about the svn-commits mailing list