[svn-commits] murf: trunk r104301 - /trunk/res/snmp/agent.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Feb 26 16:14:22 CST 2008


Author: murf
Date: Tue Feb 26 16:14:22 2008
New Revision: 104301

URL: http://svn.digium.com/view/asterisk?view=rev&rev=104301
Log:
small change to allow this file to compile. No problem if you don't install the libsnmp package.

Modified:
    trunk/res/snmp/agent.c

Modified: trunk/res/snmp/agent.c
URL: http://svn.digium.com/view/asterisk/trunk/res/snmp/agent.c?view=diff&rev=104301&r1=104300&r2=104301
==============================================================================
--- trunk/res/snmp/agent.c (original)
+++ trunk/res/snmp/agent.c Tue Feb 26 16:14:22 2008
@@ -56,7 +56,7 @@
 #include "asterisk/logger.h"
 #include "asterisk/options.h"
 #include "asterisk/indications.h"
-#include "asterisk/version.h"
+#include "asterisk/ast_version.h"
 #include "asterisk/pbx.h"
 
 /* Colission between Net-SNMP and Asterisk */




More information about the svn-commits mailing list