]> git.sesse.net Git - vlc/commitdiff
Included strings.h to fix compile errors due to the change in threads.h
authorTony Castley <tcastley@videolan.org>
Fri, 30 Nov 2001 09:49:48 +0000 (09:49 +0000)
committerTony Castley <tcastley@videolan.org>
Fri, 30 Nov 2001 09:49:48 +0000 (09:49 +0000)
plugins/beos/InterfaceWindow.cpp
plugins/beos/MediaControlView.cpp
plugins/beos/PlayListWindow.cpp
plugins/beos/beos.cpp

index 946826ce4b349447f1e27817e7607fe82fee8be9..082848a81f03686d61e597520bc66f31ba68d591 100644 (file)
@@ -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"
index bfbe0cf67e9195ae10e072e9af766fed89ff4e3d..b8349d3a14776d84de9e2eafc787fcd705ab496e 100644 (file)
@@ -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"
index 9b99ba490e1bebaa9d1e52aba97ed1257b23cd39..b3c2d04a2ea102443675ffcecfd5dc837f97bf03 100644 (file)
@@ -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"
index d6b605df8c39b8ca34f0ef822cc9f90d0c368d74..fb7d5035d2328de08b33b8f767790670f11a6e8c 100644 (file)
@@ -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"
 {