Commit 13fd7a12 authored by Christophe Massiot's avatar Christophe Massiot

Moved #include <string.h> to macosx plug-in instead of threads.h, as in

other plug-ins.
parent 15d59e21
......@@ -3,7 +3,7 @@
* This header provides a portable threads implementation.
*****************************************************************************
* Copyright (C) 1999, 2000 VideoLAN
* $Id: threads.h,v 1.29 2001/11/29 01:01:47 fgp Exp $
* $Id: threads.h,v 1.30 2001/11/29 10:20:56 massiot Exp $
*
* Authors: Jean-Marc Dressler <polux@via.ecp.fr>
* Samuel Hocevar <sam@via.ecp.fr>
......@@ -24,7 +24,6 @@
*****************************************************************************/
#include <stdio.h>
#include <string.h>
#if defined(GPROF) || defined(DEBUG)
# include <sys/time.h>
......
......@@ -2,7 +2,7 @@
* aout_darwin.c : Darwin audio output plugin
*****************************************************************************
* Copyright (C) 2001 VideoLAN
* $Id: aout_macosx.c,v 1.6 2001/11/29 01:01:48 fgp Exp $
* $Id: aout_macosx.c,v 1.7 2001/11/29 10:20:56 massiot Exp $
*
* Authors: Colin Delacroix <colin@zoy.org>
*
......@@ -42,6 +42,8 @@
*****************************************************************************/
#include "defs.h"
#include <string.h>
#include "config.h"
#include "common.h" /* boolean_t, byte_t */
#include "intf_msg.h" /* intf_DbgMsg(), intf_ErrMsg() */
......
......@@ -3,8 +3,8 @@
*****************************************************************************
* Copyright (C) 2001 VideoLAN
*
* Authors: Colin Delacroix <colin@zoy.org>
* Florian G. Pflug <fgp@phlo.org>
* Authors: Colin Delacroix <colin@zoy.org>
* Florian G. Pflug <fgp@phlo.org>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
......@@ -31,6 +31,7 @@
#include <stdlib.h> /* malloc(), free() */
#include <sys/param.h> /* for MAXPATHLEN */
#include <string.h>
#include "config.h"
#include "common.h"
......
......@@ -2,7 +2,7 @@
* intf_vlc_wrapper.c : MacOS X plugin for vlc
*****************************************************************************
* Copyright (C) 2001 VideoLAN
* $$
* $Id: intf_vlc_wrapper.c,v 1.4 2001/11/29 10:20:56 massiot Exp $
*
* Authors: Florian G. Pflug <fgp@phlo.org>
*
......@@ -25,6 +25,7 @@
#include <stdlib.h> /* malloc(), free() */
#include <sys/param.h> /* for MAXPATHLEN */
#include <string.h>
#include "config.h"
#include "common.h"
......
......@@ -2,7 +2,7 @@
* macosx.h : MacOS X plugin for vlc
*****************************************************************************
* Copyright (C) 2001 VideoLAN
* $$
* $Id: macosx.h,v 1.3 2001/11/29 10:20:56 massiot Exp $
*
* Authors: Florian G. Pflug <fgp@phlo.org>
*
......
/*****************************************************************************
* vout_macosx.c: MacOS X video output plugin
*****************************************************************************
......
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