]> git.sesse.net Git - vlc/commitdiff
Fixed compliation error due to inclusion of threads.h
authorTony Castley <tcastley@videolan.org>
Sat, 26 Jan 2002 01:18:27 +0000 (01:18 +0000)
committerTony Castley <tcastley@videolan.org>
Sat, 26 Jan 2002 01:18:27 +0000 (01:18 +0000)
src/misc/beos_specific.cpp

index 0cd4ae70ffab879661b62558cb004b12ab2f720b..f7e29f0de13186ab1665fd3f3adffce9223c72ee 100644 (file)
@@ -2,7 +2,7 @@
  * beos_init.cpp: Initialization for BeOS specific features 
  *****************************************************************************
  * Copyright (C) 1999-2001 VideoLAN
- * $Id: beos_specific.cpp,v 1.15 2002/01/04 14:01:35 sam Exp $
+ * $Id: beos_specific.cpp,v 1.16 2002/01/26 01:18:27 tcastley Exp $
  *
  * Authors: Jean-Marc Dressler <polux@via.ecp.fr>
  *
@@ -33,7 +33,7 @@ extern "C"
 #include <videolan/vlc.h>
 
 #include "intf_msg.h"
-#include "threads.h"
+/*#include "threads.h"*/
 #include "mtime.h"
 }