summaryrefslogtreecommitdiffstats
path: root/usr.bin/less/edit.c
diff options
context:
space:
mode:
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;