summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrantišek Dvořák <valtri@users.sourceforge.net>2006-09-11 11:36:16 +0000
committerFrantišek Dvořák <valtri@users.sourceforge.net>2006-09-11 11:36:16 +0000
commitfa4fd075e795a28bc15c6a0eeab52ef6f12ecc51 (patch)
tree714db50635d43b78357dcb8207a0fc6fcc3f68f3
parentd436f5f090abcb674ddd6afa605bce9b29a5fc1c (diff)
downloadxine-lib-fa4fd075e795a28bc15c6a0eeab52ef6f12ecc51.tar.gz
xine-lib-fa4fd075e795a28bc15c6a0eeab52ef6f12ecc51.tar.bz2
Compilation fix.
CVS patchset: 8220 CVS date: 2006/09/11 11:36:16
-rw-r--r--include/xine.h.in5
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>