Commit ab4905f1 authored by Tony Castley's avatar Tony Castley

Included strings.h to fix compile errors due to the change in threads.h

parent 1b9a50e0
......@@ -2,7 +2,7 @@
* InterfaceWindow.cpp: beos interface
*****************************************************************************
* Copyright (C) 1999, 2000, 2001 VideoLAN
* $Id: InterfaceWindow.cpp,v 1.7 2001/11/28 15:08:05 massiot Exp $
* $Id: InterfaceWindow.cpp,v 1.8 2001/11/30 09:49:48 tcastley Exp $
*
* Authors: Jean-Marc Dressler <polux@via.ecp.fr>
* Samuel Hocevar <sam@zoy.org>
......@@ -34,6 +34,8 @@
#include <scsi.h>
#include <scsiprobe_driver.h>
#include <fs_info.h>
#include <string.h>
/* VLC headers */
extern "C"
......
......@@ -2,7 +2,7 @@
* MediaControlView.cpp: beos interface
*****************************************************************************
* Copyright (C) 1999, 2000, 2001 VideoLAN
* $Id: MediaControlView.cpp,v 1.4 2001/11/28 15:08:05 massiot Exp $
* $Id: MediaControlView.cpp,v 1.5 2001/11/30 09:49:04 tcastley Exp $
*
* Authors: Tony Castley <tony@castley.net>
*
......@@ -25,6 +25,8 @@
/* System headers */
#include <InterfaceKit.h>
#include <AppKit.h>
#include <string.h>
/* VLC headers */
extern "C"
......
......@@ -2,7 +2,7 @@
* PlayListWindow.cpp: beos interface
*****************************************************************************
* Copyright (C) 1999, 2000, 2001 VideoLAN
* $Id: PlayListWindow.cpp,v 1.2 2001/11/28 15:08:05 massiot Exp $
* $Id: PlayListWindow.cpp,v 1.3 2001/11/30 09:49:04 tcastley Exp $
*
* Authors: Jean-Marc Dressler <polux@via.ecp.fr>
* Samuel Hocevar <sam@zoy.org>
......@@ -28,6 +28,7 @@
/* System headers */
#include <InterfaceKit.h>
#include <StorageKit.h>
#include <string.h>
/* VLC headers */
extern "C"
......
......@@ -2,7 +2,7 @@
* beos.cpp : BeOS plugin for vlc
*****************************************************************************
* Copyright (C) 2000, 2001 VideoLAN
* $Id: beos.cpp,v 1.12 2001/11/28 15:08:05 massiot Exp $
* $Id: beos.cpp,v 1.13 2001/11/30 09:49:48 tcastley Exp $
*
* Authors: Jean-Marc Dressler <polux@via.ecp.fr>
* Samuel Hocevar <sam@zoy.org>
......@@ -31,6 +31,7 @@
#include "defs.h"
#include <stdlib.h> /* malloc(), free() */
#include <string.h>
extern "C"
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment