From b12d73959d18f768f714d0b567a4e1ee3fc7c79d Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Sun, 16 Jan 2005 23:12:58 +0000 Subject: [PATCH] Add include sys/types.h to get off_t --- include/recctrl.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/include/recctrl.h b/include/recctrl.h index 3f345a9..712549b 100644 --- a/include/recctrl.h +++ b/include/recctrl.h @@ -1,4 +1,4 @@ -/* $Id: recctrl.h,v 1.40 2002-10-22 12:51:08 adam Exp $ +/* $Id: recctrl.h,v 1.40.2.1 2005-01-16 23:12:58 adam Exp $ Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002 Index Data Aps @@ -20,11 +20,10 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ - - #ifndef RECCTRL_H #define RECCTRL_H +#include #include #include #include -- 1.7.10.4