aboutsummaryrefslogtreecommitdiffstats
path: root/tap-gsm_astat.c
diff options
context:
space:
mode:
Diffstat (limited to 'tap-gsm_astat.c')
-rw-r--r--tap-gsm_astat.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tap-gsm_astat.c b/tap-gsm_astat.c
index 0390e4e53d..d5096d47dc 100644
--- a/tap-gsm_astat.c
+++ b/tap-gsm_astat.c
@@ -44,6 +44,7 @@
#include <epan/tap.h>
#include <epan/dissectors/packet-bssap.h>
#include <epan/dissectors/packet-gsm_a.h>
+#include "stat.h"
#include "register.h"
@@ -297,5 +298,5 @@ gsm_a_stat_init(const char *optarg _U_)
void
register_tap_listener_gsm_astat(void)
{
- register_tap_listener_cmd_arg("gsm_a,", gsm_a_stat_init);
+ register_stat_cmd_arg("gsm_a,", gsm_a_stat_init);
}