summaryrefslogtreecommitdiff
path: root/zhm/zhm.h
diff options
context:
space:
mode:
authorGravatar John Kohl <jtkohl@mit.edu>1988-06-23 10:39:13 +0000
committerGravatar John Kohl <jtkohl@mit.edu>1988-06-23 10:39:13 +0000
commitb511734ca5c28f7b72f8fc64dfe5f341201003fe (patch)
treebd5f403dec142ff432871da097c3b5a667b9897b /zhm/zhm.h
parentdf1a134382999f5bcf47e872d55f9334e0f0265e (diff)
lint fixes
Diffstat (limited to 'zhm/zhm.h')
-rw-r--r--zhm/zhm.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/zhm/zhm.h b/zhm/zhm.h
index 52924dd..94d9c9b 100644
--- a/zhm/zhm.h
+++ b/zhm/zhm.h
@@ -20,6 +20,9 @@
#include <sys/socket.h>
#include <sys/param.h>
#include <netdb.h>
+#ifdef lint
+#include <sys/uio.h> /* make lint shut up */
+#endif /* lint */
#ifdef DEBUG
#define DPR(a) fprintf(stderr, a); fflush(stderr)