aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/ciscosm
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-03-30 18:30:28 +0000
committerGuy Harris <guy@alum.mit.edu>2004-03-30 18:30:28 +0000
commit36abac74a4b99374b753483cfd31d4f436d08f12 (patch)
treec09ab6b23d26c39b6910adf27ab22854e236bd4c /plugins/ciscosm
parent51c9b679ad245ec9610ea190bdac6ec2fe6cc9ba (diff)
From Duncan Sargeant: include "moduleinfo.h" so that the plugins get the
right version number. svn path=/trunk/; revision=10520
Diffstat (limited to 'plugins/ciscosm')
-rw-r--r--plugins/ciscosm/packet-sm.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/ciscosm/packet-sm.c b/plugins/ciscosm/packet-sm.c
index bf88d1edf8..675908cea2 100644
--- a/plugins/ciscosm/packet-sm.c
+++ b/plugins/ciscosm/packet-sm.c
@@ -2,7 +2,7 @@
* Routines for Cisco Session Management Protocol dissection
* Copyright 2004, Duncan Sargeant <dunc-ethereal@rcpt.to>
*
- * $Id: packet-sm.c,v 1.2 2004/03/25 23:09:17 guy Exp $
+ * $Id: packet-sm.c,v 1.3 2004/03/30 18:30:28 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -64,6 +64,8 @@
#include "plugins/plugin_api_defs.h"
/* Define version if we are not building ethereal statically */
+#include "moduleinfo.h"
+
#ifndef ENABLE_STATIC
G_MODULE_EXPORT const gchar version[] = VERSION;
#endif