From: Steve Murphy Date: Tue, 26 Feb 2008 22:14:22 +0000 (+0000) Subject: small change to allow this file to compile. No problem if you don't install the libsn... X-Git-Tag: 1.6.0-beta7~292 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6bb33538e1cb29884e42a10e72c83fba07da1d9e;p=thirdparty%2Fasterisk.git small change to allow this file to compile. No problem if you don't install the libsnmp package. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@104301 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/res/snmp/agent.c b/res/snmp/agent.c index 207acb8a15..8a5c30e3f8 100644 --- a/res/snmp/agent.c +++ b/res/snmp/agent.c @@ -56,7 +56,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") #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 */