Commit eac2d454 authored by Gildas Bazin's avatar Gildas Bazin

* modules/gui/skins/src/vlcproc.cpp: small compilation fix.
parent 8725f42a
......@@ -2,7 +2,7 @@
* vlcproc.cpp: VlcProc class
*****************************************************************************
* Copyright (C) 2003 VideoLAN
* $Id: vlcproc.cpp,v 1.15 2003/04/22 17:56:44 asmax Exp $
* $Id: vlcproc.cpp,v 1.16 2003/04/25 12:37:52 gbazin Exp $
*
* Authors: Olivier Teulire <ipkiss@via.ecp.fr>
* Emmanuel Puig <karibu@via.ecp.fr>
......@@ -30,7 +30,10 @@
#include <vlc/intf.h>
#include <vlc/aout.h>
#include <vlc/vout.h>
#include <netutils.h>
extern "C" {
#include "netutils.h"
}
//--- SKIN ------------------------------------------------------------------
#include "../os_api.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