Commit cd444ff9 authored by Gildas Bazin's avatar Gildas Bazin

* modules/codec/cmml/intf.c: compilation fix.

parent bdb1ee59
......@@ -29,9 +29,13 @@
*****************************************************************************/
#include <stdlib.h> /* malloc(), free() */
#include <string.h>
#include <unistd.h>
#include <vlc/vlc.h>
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif
#include <vlc/decoder.h>
#include <vlc/input.h>
#include <vlc/intf.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