diff options
| author | lukem <lukem@NetBSD.org> | 2002-12-12 23:00:37 +0000 |
|---|---|---|
| committer | lukem <lukem@NetBSD.org> | 2002-12-12 23:00:37 +0000 |
| commit | 32d2556b0c1a3daf0ce24e488ffb718ed1c8fd9a (patch) | |
| tree | 5b53bd3fc8687779dc9e14b6790397d68ef0f55b /include/vis.h | |
| parent | ac22ef18d8c1608b06081a480b6cc35737bd9e4b (diff) | |
this needs <sys/types.h>
Diffstat (limited to 'include/vis.h')
| -rw-r--r-- | include/vis.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/vis.h b/include/vis.h index 0739c1dfad1..9da8cc986e2 100644 --- a/include/vis.h +++ b/include/vis.h @@ -1,4 +1,4 @@ -/* $NetBSD: vis.h,v 1.12 2002/03/23 17:39:05 christos Exp $ */ +/* $NetBSD: vis.h,v 1.13 2002/12/12 23:00:37 lukem Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -38,6 +38,8 @@ #ifndef _VIS_H_ #define _VIS_H_ +#include <sys/types.h> + /* * to select alternate encoding format */ |
