Commit 48827db4 authored by Jean-Paul Saman's avatar Jean-Paul Saman

include charset.h is in the include path and not local

parent 2270d641
......@@ -27,12 +27,11 @@
#include <stdlib.h> /* malloc(), free() */
#include <vlc/vlc.h>
#include <vlc/intf.h>
#include <vlc/input.h>
#include <vlc/intf.h>
#include "network.h"
#include "charset.h"
#include <network.h>
#include <charset.h>
#include <ctype.h>
#include <errno.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