diff options
author | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-06-24 01:09:31 +0000 |
---|---|---|
committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-06-24 01:09:31 +0000 |
commit | 5e5189033530dcbc5320d265f89d6b0fc9a836e5 (patch) | |
tree | 6d78e7e9120958337194416587e36e0d870ed60c | |
parent | e6600aaae748d8cf91cf12db8b22853d293bd77b (diff) | |
download | xine-lib-5e5189033530dcbc5320d265f89d6b0fc9a836e5.tar.gz xine-lib-5e5189033530dcbc5320d265f89d6b0fc9a836e5.tar.bz2 |
small bug fix for public xine include file
CVS patchset: 220
CVS date: 2001/06/24 01:09:31
-rw-r--r-- | include/xine.h.tmpl.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/xine.h.tmpl.in b/include/xine.h.tmpl.in index 0d79fddb8..0b4df5124 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.22 2001/06/23 14:05:46 f1rmb Exp $ + * $Id: xine.h.tmpl.in,v 1.23 2001/06/24 01:09:31 guenter Exp $ * */ @@ -37,6 +37,7 @@ #define HAVE_XINE_H #include <inttypes.h> +#include <unistd.h> /** * \defgroup versgroup Version constants |