summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormmcc <mmcc@openbsd.org>2015-10-19 17:10:53 +0000
committermmcc <mmcc@openbsd.org>2015-10-19 17:10:53 +0000
commitbe2497dc1ad22299d357b07479d2a8e025cff56f (patch)
tree24be1ba8b65427a74f7c43fd7fb50e552daaccb6
parentStop supporing "legcay" time formats that OpenSSL supports. Rewrite the (diff)
downloadwireguard-openbsd-be2497dc1ad22299d357b07479d2a8e025cff56f.tar.xz
wireguard-openbsd-be2497dc1ad22299d357b07479d2a8e025cff56f.zip
A little style(9) for sh.h includes
ok nicm@
-rw-r--r--bin/ksh/sh.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/ksh/sh.h b/bin/ksh/sh.h
index b95a8b7effa..cb8b39e47e3 100644
--- a/bin/ksh/sh.h
+++ b/bin/ksh/sh.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: sh.h,v 1.44 2015/10/19 14:43:46 mmcc Exp $ */
+/* $OpenBSD: sh.h,v 1.45 2015/10/19 17:10:53 mmcc Exp $ */
/*
* Public Domain Bourne/Korn shell
@@ -10,8 +10,9 @@
/* Start of common headers */
-#include <stdio.h>
#include <sys/types.h>
+
+#include <stdio.h>
#include <setjmp.h>
#include <stdbool.h>
#include <stdlib.h>