summaryrefslogtreecommitdiff
path: root/sys/i386/linux/linux_misc.c
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1995-12-14 22:35:45 +0000
committerBruce Evans <bde@FreeBSD.org>1995-12-14 22:35:45 +0000
commite0067d71f47a0a85754a60f47594a95ee7436456 (patch)
tree6c2725c292042e185690c30578eb7feb1eedac5c /sys/i386/linux/linux_misc.c
parent947803d7d8eb35c73bbe8224b51ccb4bb2ef0733 (diff)
Notes
Diffstat (limited to 'sys/i386/linux/linux_misc.c')
-rw-r--r--sys/i386/linux/linux_misc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/i386/linux/linux_misc.c b/sys/i386/linux/linux_misc.c
index 1db33ec51f46..31995c5a64e2 100644
--- a/sys/i386/linux/linux_misc.c
+++ b/sys/i386/linux/linux_misc.c
@@ -25,7 +25,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: linux_misc.c,v 1.5 1995/12/06 19:14:16 bde Exp $
+ * $Id: linux_misc.c,v 1.6 1995/12/09 08:17:24 peter Exp $
*/
#include <sys/param.h>
@@ -58,6 +58,7 @@
#include <vm/vm_kern.h>
#include <vm/vm_prot.h>
#include <vm/vm_map.h>
+#include <vm/vm_extern.h>
#include <machine/cpu.h>
#include <machine/psl.h>