Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/amiga/stand/loadkmap include missing headers.



details:   https://anonhg.NetBSD.org/src/rev/307bc7816fb0
branches:  trunk
changeset: 765085:307bc7816fb0
user:      christos <christos%NetBSD.org@localhost>
date:      Thu May 19 02:54:58 2011 +0000

description:
include missing headers.

diffstat:

 sys/arch/amiga/stand/loadkmap/loadkmap.c |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 6a61a5292994 -r 307bc7816fb0 sys/arch/amiga/stand/loadkmap/loadkmap.c
--- a/sys/arch/amiga/stand/loadkmap/loadkmap.c  Thu May 19 02:37:41 2011 +0000
+++ b/sys/arch/amiga/stand/loadkmap/loadkmap.c  Thu May 19 02:54:58 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: loadkmap.c,v 1.6 2006/06/27 10:55:16 tsutsui Exp $     */
+/*     $NetBSD: loadkmap.c,v 1.7 2011/05/19 02:54:58 christos Exp $    */
 
 #include <sys/types.h>
 #include <sys/stat.h>
@@ -7,6 +7,8 @@
 #include "../../dev/kbdmap.h"
 #include <stdio.h>
 #include <stdlib.h>
+#include <unistd.h>
+#Include <fcntl.h>
 
 
 void load_kmap(const char *);



Home | Main Index | Thread Index | Old Index