aboutsummaryrefslogtreecommitdiffstats
path: root/tap-iostat.c
diff options
context:
space:
mode:
Diffstat (limited to 'tap-iostat.c')
-rw-r--r--tap-iostat.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tap-iostat.c b/tap-iostat.c
index c25f430108..b3a6061988 100644
--- a/tap-iostat.c
+++ b/tap-iostat.c
@@ -36,6 +36,7 @@
#include "epan/epan_dissect.h"
#include "epan/packet_info.h"
#include <epan/tap.h>
+#include "stat.h"
#include "register.h"
@@ -651,5 +652,5 @@ iostat_init(const char *optarg)
void
register_tap_listener_iostat(void)
{
- register_tap_listener_cmd_arg("io,stat,", iostat_init);
+ register_stat_cmd_arg("io,stat,", iostat_init);
}