summaryrefslogtreecommitdiffstats
path: root/usr.bin/less/ch.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/less/ch.c')
-rw-r--r--usr.bin/less/ch.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/less/ch.c b/usr.bin/less/ch.c
index 7262ca87932..4b360e230dd 100644
--- a/usr.bin/less/ch.c
+++ b/usr.bin/less/ch.c
@@ -15,9 +15,10 @@
* both forward and backward from the current read pointer.
*/
+#include <sys/stat.h>
+
#include "less.h"
-#include <sys/stat.h>
extern dev_t curr_dev;
extern ino_t curr_ino;
extern int less_is_more;