aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/tbl/t.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/tbl/t.h')
-rw-r--r--src/cmd/tbl/t.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/cmd/tbl/t.h b/src/cmd/tbl/t.h
index ba9cd791..efcab373 100644
--- a/src/cmd/tbl/t.h
+++ b/src/cmd/tbl/t.h
@@ -1,9 +1,9 @@
/* t..c : external declarations */
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
-#include <ctype.h>
+#include <u.h>
+#include <libc.h>
+#include <bio.h>
+# include <ctype.h>
# define MAXLIN 250
# define MAXHEAD 44
@@ -62,7 +62,7 @@ extern char texstr[];
extern int linstart;
-extern FILE *tabin, *tabout;
+extern Biobuf *tabin, tabout;
# define CRIGHT 2
# define CLEFT 0
# define CMID 1