diff options
author | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-06-24 05:30:03 +0000 |
---|---|---|
committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-06-24 05:30:03 +0000 |
commit | 9d3c2abaa8e7a6f9edea6166203e4deea257ccb1 (patch) | |
tree | ddbe8aae1b0251483c389af4d2eb0c1e4d11dd20 | |
parent | 0d2e5c1fb18a87c45c759adedc9afc0e27d618c8 (diff) | |
download | xine-lib-9d3c2abaa8e7a6f9edea6166203e4deea257ccb1.tar.gz xine-lib-9d3c2abaa8e7a6f9edea6166203e4deea257ccb1.tar.bz2 |
added sys/types.h include
CVS patchset: 225
CVS date: 2001/06/24 05:30:03
-rw-r--r-- | include/xine.h.tmpl.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/xine.h.tmpl.in b/include/xine.h.tmpl.in index 0b4df5124..de7f78517 100644 --- a/include/xine.h.tmpl.in +++ b/include/xine.h.tmpl.in @@ -29,7 +29,7 @@ \endverbatim */ /* - * $Id: xine.h.tmpl.in,v 1.23 2001/06/24 01:09:31 guenter Exp $ + * $Id: xine.h.tmpl.in,v 1.24 2001/06/24 05:30:03 guenter Exp $ * */ @@ -38,6 +38,8 @@ #include <inttypes.h> #include <unistd.h> +#include <sys/types.h> + /** * \defgroup versgroup Version constants |