summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjdike <jdike>2003-12-19 20:44:23 +0000
committerjdike <jdike>2003-12-19 20:44:23 +0000
commit0098838bca748b3e9fbfed753178f838c834ad5d (patch)
tree0f46f9e9fb0833ce6e9d4fc7149d3818412f62d8
parentf34019902440c492f8dce0e196a7748dbafc02c2 (diff)
downloaduml-history-0098838bca748b3e9fbfed753178f838c834ad5d.tar.gz
Fixed a compile failure when CONFIG_MODE_TT was disabled.v_2_4_23_1
-rw-r--r--include/asm-um/uaccess.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-um/uaccess.h b/include/asm-um/uaccess.h
index a638eb3..6322164 100644
--- a/include/asm-um/uaccess.h
+++ b/include/asm-um/uaccess.h
@@ -6,6 +6,8 @@
#ifndef __UM_UACCESS_H
#define __UM_UACCESS_H
+#include "linux/sched.h"
+
#define VERIFY_READ 0
#define VERIFY_WRITE 1