=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/less/line.c,v retrieving revision 1.18 retrieving revision 1.19 diff -c -r1.18 -r1.19 *** src/usr.bin/less/line.c 2016/01/26 01:51:06 1.18 --- src/usr.bin/less/line.c 2016/03/16 15:36:26 1.19 *************** *** 15,22 **** * in preparation for output to the screen. */ - #include "less.h" #include "charset.h" static char *linebuf = NULL; /* Buffer which holds the current output line */ static char *attr = NULL; /* Extension of linebuf to hold attributes */ --- 15,22 ---- * in preparation for output to the screen. */ #include "charset.h" + #include "less.h" static char *linebuf = NULL; /* Buffer which holds the current output line */ static char *attr = NULL; /* Extension of linebuf to hold attributes */