summaryrefslogtreecommitdiffstats
path: root/usr.bin/less/edit.c
diff options
context:
space:
mode:
authormmcc <mmcc@openbsd.org>2016-03-16 15:36:26 +0000
committermmcc <mmcc@openbsd.org>2016-03-16 15:36:26 +0000
commit27b3ade3ee87ac8bde19466493b10c18cb6f12d5 (patch)
tree5a03c91c36500e007a7a70a02a9f96670ada72c1 /usr.bin/less/edit.c
parentAdd SDF_DYING checks to more functions in scsi disk, to prevent an (diff)
downloadwireguard-openbsd-27b3ade3ee87ac8bde19466493b10c18cb6f12d5.tar.xz
wireguard-openbsd-27b3ade3ee87ac8bde19466493b10c18cb6f12d5.zip
style(9) includes
ok nicm@
Diffstat (limited to 'usr.bin/less/edit.c')
-rw-r--r--usr.bin/less/edit.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/less/edit.c b/usr.bin/less/edit.c
index be10461aad5..6f30d045490 100644
--- a/usr.bin/less/edit.c
+++ b/usr.bin/less/edit.c
@@ -9,9 +9,10 @@
* For more information, see the README file.
*/
-#include "less.h"
#include <sys/stat.h>
+#include "less.h"
+
static int fd0 = 0;
extern int new_file;