From: Adam Dickmeiss Date: Sun, 16 Jan 2005 23:13:06 +0000 (+0000) Subject: Add include sys/types.h to get off_t X-Git-Tag: snippet.version.1~149 X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=commitdiff_plain;h=540488a41a6ebc8a661c5517bc269705b8990a11 Add include sys/types.h to get off_t --- diff --git a/include/idzebra/recctrl.h b/include/idzebra/recctrl.h index b468b92..d06e642 100644 --- a/include/idzebra/recctrl.h +++ b/include/idzebra/recctrl.h @@ -1,4 +1,4 @@ -/* $Id: recctrl.h,v 1.6 2005-01-15 19:38:24 adam Exp $ +/* $Id: recctrl.h,v 1.7 2005-01-16 23:13:06 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -23,6 +23,7 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA #ifndef RECCTRL_H #define RECCTRL_H +#include #include #include #include