From 4f3f757d56fbf420ea5030dcf7ea971b3da3ab47 Mon Sep 17 00:00:00 2001 From: Erik Andersen Date: Fri, 28 Apr 2000 00:18:56 +0000 Subject: Latest and greatest. Some effort at libc5 (aiming towards newlib) compatability. -Erik --- mount.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mount.c') diff --git a/mount.c b/mount.c index 972e5066c..456e45235 100644 --- a/mount.c +++ b/mount.c @@ -48,6 +48,9 @@ #if defined BB_FEATURE_USE_DEVPS_PATCH #include #endif +#ifndef MS_RDONLY +#include +#endif #if defined BB_FEATURE_MOUNT_LOOP -- cgit v1.2.3