1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-11 06:21:30 +02:00

Add missing include <charset.h>

This commit is contained in:
Jean-Paul Saman 2005-10-02 12:47:49 +00:00
parent b50b81dbc2
commit 7c9e176813

View File

@ -4,7 +4,7 @@
* Copyright (C) 2004 the VideoLAN team
* $Id$
*
* Authors: Clément Stenac <zorglub@videolan.org>
* Authors: Cl<EFBFBD>ent Stenac <zorglub@videolan.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
@ -28,6 +28,7 @@
#include <vlc/vlc.h>
#include <vlc/intf.h>
#include <charset.h>
#include <errno.h> /* ENOMEM */