diff options
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/mg/dired.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/mg/dired.c b/usr.bin/mg/dired.c index 02a6b06a0d7..9ab3efc7107 100644 --- a/usr.bin/mg/dired.c +++ b/usr.bin/mg/dired.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dired.c,v 1.27 2005/11/07 23:32:20 kjell Exp $ */ +/* $OpenBSD: dired.c,v 1.28 2005/11/07 23:46:18 kjell Exp $ */ /* This file is in the public domain. */ @@ -7,8 +7,8 @@ */ #include "def.h" -#include "kbd.h" #include "funmap.h" +#include "kbd.h" #include <sys/types.h> #include <sys/stat.h> |