Commit 4a47b7b9 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Fix missing #include

parent ef8e2bce
......@@ -43,6 +43,8 @@
#include <vlc/mediacontrol.h>
#include <vlc/mediacontrol_structures.h>
#include <stdio.h>
int main (void)
{
puts ("Public headers can be used for external compilation.");
......
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