From: Adam Dickmeiss Date: Sun, 16 Jan 2005 23:12:58 +0000 (+0000) Subject: Add include sys/types.h to get off_t X-Git-Tag: ZEBRA.1.3.20~6 X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;h=b12d73959d18f768f714d0b567a4e1ee3fc7c79d;p=idzebra-moved-to-github.git Add include sys/types.h to get off_t --- 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