From d86c537ac3068da60cd746fc8aa37b693d9703c7 Mon Sep 17 00:00:00 2001 From: Stefan Farfeleder Date: Fri, 28 May 2004 17:41:36 +0000 Subject: [PATCH] Include for the complete type of struct iovec. Approved by: das (mentor) --- usr.bin/calendar/calendar.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/usr.bin/calendar/calendar.h b/usr.bin/calendar/calendar.h index 0dbd376a10e..fdda4b59a7c 100644 --- a/usr.bin/calendar/calendar.h +++ b/usr.bin/calendar/calendar.h @@ -33,6 +33,8 @@ * $FreeBSD$ */ +#include +#include extern struct passwd *pw; extern int doall;