aboutsummaryrefslogtreecommitdiffstats
path: root/res/snmp
diff options
context:
space:
mode:
authormurf <murf@f38db490-d61c-443f-a65b-d21fe96a405b>2008-02-26 22:14:22 +0000
committermurf <murf@f38db490-d61c-443f-a65b-d21fe96a405b>2008-02-26 22:14:22 +0000
commitc39c4bab131bb321e4ef13f79ce35cd5146cf53c (patch)
tree0d707e1306fe8124fd4bf0a7921ae65b97429e55 /res/snmp
parentc7759406c6d242b518042bd1ed83f5a75954f9fc (diff)
small change to allow this file to compile. No problem if you don't install the libsnmp package.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@104301 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'res/snmp')
-rw-r--r--res/snmp/agent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/snmp/agent.c b/res/snmp/agent.c
index 207acb8a1..8a5c30e3f 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 */