summaryrefslogtreecommitdiffstats
path: root/include/vis.h
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1996-05-01 00:57:57 +0000
committerbde <bde@FreeBSD.org>1996-05-01 00:57:57 +0000
commitbfd7b52d5c16524c5ad710d5fb8f16fa69fad34a (patch)
tree1ba5ced20fd1a1c3206b55ebbefab92c2d59a5c3 /include/vis.h
parent8e1d546f3a9a51187a0c559640ed65b2fbcd93ae (diff)
downloadFreeBSD-src-bfd7b52d5c16524c5ad710d5fb8f16fa69fad34a.zip
FreeBSD-src-bfd7b52d5c16524c5ad710d5fb8f16fa69fad34a.tar.gz
Made this work with the documented prerequisite #includes (none).
Diffstat (limited to 'include/vis.h')
-rw-r--r--include/vis.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/vis.h b/include/vis.h
index 65d394d..9cfbd79 100644
--- a/include/vis.h
+++ b/include/vis.h
@@ -31,11 +31,19 @@
* SUCH DAMAGE.
*
* @(#)vis.h 8.1 (Berkeley) 6/2/93
+ * $Id$
*/
#ifndef _VIS_H_
#define _VIS_H_
+#include <machine/ansi.h>
+
+#ifdef _BSD_SIZE_T_
+typedef _BSD_SIZE_T_ size_t;
+#undef _BSD_SIZE_T_
+#endif
+
/*
* to select alternate encoding format
*/
OpenPOWER on IntegriCloud