summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrantišek Dvořák <valtri@users.sourceforge.net>2006-03-29 21:00:45 +0000
committerFrantišek Dvořák <valtri@users.sourceforge.net>2006-03-29 21:00:45 +0000
commit386bcef8381fe0813d8407c613d0e950887ee2f1 (patch)
tree9c84a2cae63f74f014d467a9971024bb38f10868
parent24dd144abb9f6de9ac71720353e8fb1856235d66 (diff)
downloadxine-lib-386bcef8381fe0813d8407c613d0e950887ee2f1.tar.gz
xine-lib-386bcef8381fe0813d8407c613d0e950887ee2f1.tar.bz2
fix implicit declaration in input_vcd
CVS patchset: 7957 CVS date: 2006/03/29 21:00:45
-rw-r--r--src/input/input_vcd.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/input/input_vcd.c b/src/input/input_vcd.c
index 014904969..42c183fb7 100644
--- a/src/input/input_vcd.c
+++ b/src/input/input_vcd.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2000-2003 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: input_vcd.c,v 1.81 2005/10/14 21:02:16 miguelfreitas Exp $
+ * $Id: input_vcd.c,v 1.82 2006/03/29 21:00:45 valtri Exp $
*
*/
@@ -25,6 +25,7 @@
#include "config.h"
#endif
+#include <netinet/in.h>
#include <stdio.h>
#include <stdlib.h>
#include <sys/stat.h>