summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjdike <jdike>2003-09-14 03:04:33 +0000
committerjdike <jdike>2003-09-14 03:04:33 +0000
commit52fddee7b2b3bafc73a3e65376fa59ba8a9d7362 (patch)
tree6c996a9207406941d74dc18bb36eb338af6c4aa3
parentea9c908c278b2d72df26a408746a9b47f038d180 (diff)
downloaduml-history-52fddee7b2b3bafc73a3e65376fa59ba8a9d7362.tar.gz
Added an include of errno.h since this makes it compile better for Oleg.v_2_4_22_4
-rw-r--r--arch/um/kernel/tt/ptproxy/sysdep.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/um/kernel/tt/ptproxy/sysdep.c b/arch/um/kernel/tt/ptproxy/sysdep.c
index 50a120d..c42855a 100644
--- a/arch/um/kernel/tt/ptproxy/sysdep.c
+++ b/arch/um/kernel/tt/ptproxy/sysdep.c
@@ -9,6 +9,7 @@ terms and conditions.
#include <string.h>
#include <stdlib.h>
#include <signal.h>
+#include <errno.h>
#include <sys/types.h>
#include <sys/ptrace.h>
#include <asm/ptrace.h>