summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeiko Schaefer <heikos@users.sourceforge.net>2003-02-10 22:11:10 +0000
committerHeiko Schaefer <heikos@users.sourceforge.net>2003-02-10 22:11:10 +0000
commit0d32df78d59ea7c87da004fb1cafc6990ebea5d2 (patch)
tree555b24f2bb6f1ecf73ac9e386c3e82844d0fce4f
parentceb22d90801b767d0174417ada4b9c41fad7f212 (diff)
downloadxine-lib-0d32df78d59ea7c87da004fb1cafc6990ebea5d2.tar.gz
xine-lib-0d32df78d59ea7c87da004fb1cafc6990ebea5d2.tar.bz2
apparently needed on FreeBSD
CVS patchset: 4128 CVS date: 2003/02/10 22:11:10
-rw-r--r--src/input/libreal/rmff.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/input/libreal/rmff.h b/src/input/libreal/rmff.h
index be195eb00..e399a2397 100644
--- a/src/input/libreal/rmff.h
+++ b/src/input/libreal/rmff.h
@@ -17,12 +17,13 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: rmff.h,v 1.2 2002/12/22 16:46:27 holstsn Exp $
+ * $Id: rmff.h,v 1.3 2003/02/10 22:11:10 heikos Exp $
*
* some functions for real media file headers
* adopted from joschkas real tools
*/
+#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <netdb.h>