summaryrefslogtreecommitdiffstats
path: root/usr.bin/indent/lexi.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/indent/lexi.c')
-rw-r--r--usr.bin/indent/lexi.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/indent/lexi.c b/usr.bin/indent/lexi.c
index 15c2fea..c716bc8 100644
--- a/usr.bin/indent/lexi.c
+++ b/usr.bin/indent/lexi.c
@@ -47,6 +47,7 @@ __FBSDID("$FreeBSD$");
* of token scanned.
*/
+#include <err.h>
#include <stdio.h>
#include <ctype.h>
#include <stdlib.h>
@@ -58,8 +59,6 @@ __FBSDID("$FreeBSD$");
#define alphanum 1
#define opchar 3
-void fill_buffer(void);
-
struct templ {
const char *rwd;
int rwcode;
OpenPOWER on IntegriCloud