summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/fs/cd9660/cd9660_bmap.c1
-rw-r--r--sys/fs/cd9660/cd9660_util.c1
-rw-r--r--sys/isofs/cd9660/cd9660_bmap.c1
-rw-r--r--sys/isofs/cd9660/cd9660_util.c1
4 files changed, 4 insertions, 0 deletions
diff --git a/sys/fs/cd9660/cd9660_bmap.c b/sys/fs/cd9660/cd9660_bmap.c
index e5fcd9a..4269289 100644
--- a/sys/fs/cd9660/cd9660_bmap.c
+++ b/sys/fs/cd9660/cd9660_bmap.c
@@ -40,6 +40,7 @@
*/
#include <sys/param.h>
+#include <sys/systm.h>
#include <sys/vnode.h>
#include <sys/mount.h>
diff --git a/sys/fs/cd9660/cd9660_util.c b/sys/fs/cd9660/cd9660_util.c
index 56279db..87475e6 100644
--- a/sys/fs/cd9660/cd9660_util.c
+++ b/sys/fs/cd9660/cd9660_util.c
@@ -41,6 +41,7 @@
*/
#include <sys/param.h>
+#include <sys/systm.h>
#include <sys/mount.h>
#include <sys/vnode.h>
diff --git a/sys/isofs/cd9660/cd9660_bmap.c b/sys/isofs/cd9660/cd9660_bmap.c
index e5fcd9a..4269289 100644
--- a/sys/isofs/cd9660/cd9660_bmap.c
+++ b/sys/isofs/cd9660/cd9660_bmap.c
@@ -40,6 +40,7 @@
*/
#include <sys/param.h>
+#include <sys/systm.h>
#include <sys/vnode.h>
#include <sys/mount.h>
diff --git a/sys/isofs/cd9660/cd9660_util.c b/sys/isofs/cd9660/cd9660_util.c
index 56279db..87475e6 100644
--- a/sys/isofs/cd9660/cd9660_util.c
+++ b/sys/isofs/cd9660/cd9660_util.c
@@ -41,6 +41,7 @@
*/
#include <sys/param.h>
+#include <sys/systm.h>
#include <sys/mount.h>
#include <sys/vnode.h>
OpenPOWER on IntegriCloud