artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7aa705d
)
Change include ordering.
author
mglocker
<mglocker@openbsd.org>
Thu, 22 Jul 2010 11:55:26 +0000
(11:55 +0000)
committer
mglocker
<mglocker@openbsd.org>
Thu, 22 Jul 2010 11:55:26 +0000
(11:55 +0000)
regress/sys/dev/video/videotest.c
patch
|
blob
|
history
diff --git
a/regress/sys/dev/video/videotest.c
b/regress/sys/dev/video/videotest.c
index
63a9a56
..
51e069f
100644
(file)
--- a/
regress/sys/dev/video/videotest.c
+++ b/
regress/sys/dev/video/videotest.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: videotest.c,v 1.
1 2010/07/22 11:53:24
mglocker Exp $ */
+/* $OpenBSD: videotest.c,v 1.
2 2010/07/22 11:55:26
mglocker Exp $ */
/*
* Copyright (c) 2010 Marcus Glocker <mglocker@openbsd.org>
@@
-30,8
+30,8
@@
*/
#include <sys/ioctl.h>
-#include <sys/mman.h>
#include <sys/types.h>
+#include <sys/mman.h>
#include <sys/videoio.h>
#include <err.h>