summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/sys/mount.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/sys/mount.h b/sys/sys/mount.h
index c8529d8..c522c18 100644
--- a/sys/sys/mount.h
+++ b/sys/sys/mount.h
@@ -378,6 +378,10 @@ struct vfsops {
}; \
DECLARE_MODULE(fsname, fsname ## _mod, SI_SUB_VFS, SI_ORDER_MIDDLE)
+#include <net/radix.h>
+
+#define AF_MAX 35 /* XXX */
+
/*
* Network address lookup element
*/
OpenPOWER on IntegriCloud