summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/mount.h
diff options
context:
space:
mode:
Diffstat (limited to 'mdk-stage1/mount.h')
-rw-r--r--mdk-stage1/mount.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/mdk-stage1/mount.h b/mdk-stage1/mount.h
index 6ab4da559..b679e5c30 100644
--- a/mdk-stage1/mount.h
+++ b/mdk-stage1/mount.h
@@ -22,6 +22,10 @@
#ifndef _MOUNT_H_
#define _MOUNT_H_
+#ifndef DISABLE_NETWORK
+#include "nfsmount.h"
+#endif
+
int my_mount(char *dev, char *location, char *fs);
#endif