diff options
-rw-r--r-- | include/xine.h.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/xine.h.in b/include/xine.h.in index 2adf26c96..cb03d0d17 100644 --- a/include/xine.h.in +++ b/include/xine.h.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000-2004 the xine project + * Copyright (C) 2000-2006 the xine project * * This file is part of xine, a free video player. * @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: xine.h.in,v 1.154 2006/09/11 11:11:02 dgp85 Exp $ + * $Id: xine.h.in,v 1.155 2006/09/11 11:36:16 valtri Exp $ * * public xine-lib (libxine) interface and documentation * @@ -49,6 +49,7 @@ extern "C" { #include <sys/types.h> #include <sys/time.h> +#include <stdarg.h> #include <time.h> #include <stdarg.h> |