Made this work with the documented prerequisite #includes (none).

This commit is contained in:
Bruce Evans 1996-05-01 00:57:57 +00:00
parent e506fdf557
commit dcbf155dce
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=15485

View file

@ -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
*/