Commit 83098c80 authored by Tony Castley's avatar Tony Castley

Fixed compliation error due to inclusion of threads.h

parent ed4fe964
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* beos_init.cpp: Initialization for BeOS specific features * beos_init.cpp: Initialization for BeOS specific features
***************************************************************************** *****************************************************************************
* Copyright (C) 1999-2001 VideoLAN * 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> * Authors: Jean-Marc Dressler <polux@via.ecp.fr>
* *
...@@ -33,7 +33,7 @@ extern "C" ...@@ -33,7 +33,7 @@ extern "C"
#include <videolan/vlc.h> #include <videolan/vlc.h>
#include "intf_msg.h" #include "intf_msg.h"
#include "threads.h" /*#include "threads.h"*/
#include "mtime.h" #include "mtime.h"
} }
......
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