aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph/ng_base.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netgraph/ng_base.c')
-rw-r--r--sys/netgraph/ng_base.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/netgraph/ng_base.c b/sys/netgraph/ng_base.c
index c5c6a0eb1768..310012f73709 100644
--- a/sys/netgraph/ng_base.c
+++ b/sys/netgraph/ng_base.c
@@ -63,6 +63,8 @@
#include <netgraph/netgraph.h>
#include <netgraph/ng_parse.h>
+MODULE_VERSION(netgraph, 1);
+
/* List of all nodes */
static LIST_HEAD(, ng_node) nodelist;