summaryrefslogtreecommitdiff
path: root/include/vis.h
diff options
context:
space:
mode:
authorlukem <lukem@NetBSD.org>2002-12-12 23:00:37 +0000
committerlukem <lukem@NetBSD.org>2002-12-12 23:00:37 +0000
commit32d2556b0c1a3daf0ce24e488ffb718ed1c8fd9a (patch)
tree5b53bd3fc8687779dc9e14b6790397d68ef0f55b /include/vis.h
parentac22ef18d8c1608b06081a480b6cc35737bd9e4b (diff)
this needs <sys/types.h>
Diffstat (limited to 'include/vis.h')
-rw-r--r--include/vis.h4
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
*/