diff options
-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 |