diff options
author | 2016-03-16 15:36:26 +0000 | |
---|---|---|
committer | 2016-03-16 15:36:26 +0000 | |
commit | 27b3ade3ee87ac8bde19466493b10c18cb6f12d5 (patch) | |
tree | 5a03c91c36500e007a7a70a02a9f96670ada72c1 /usr.bin/less/edit.c | |
parent | Add SDF_DYING checks to more functions in scsi disk, to prevent an (diff) | |
download | wireguard-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.c | 3 |
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; |