Commit 680ced41 authored by Michael Tänzer's avatar Michael Tänzer Committed by Rémi Denis-Courmont

Fix tests that incorrectly referenced the libvlc_internal.h

Otherwise tests fail to build.
Signed-off-by: default avatarRémi Denis-Courmont <remi@remlab.net>
parent 321c1d51
......@@ -23,7 +23,7 @@
#endif
#include <vlc/vlc.h>
#include "../../lib/libvlc_internal.h"
#include "../../../lib/libvlc_internal.h"
#include <vlc_common.h>
#include <vlc_plugin.h>
......
......@@ -38,7 +38,7 @@
#include <vlc_modules.h>
#include <vlc_tls.h>
#include <vlc_dialog.h>
#include "../../lib/libvlc_internal.h"
#include "../../../lib/libvlc_internal.h"
#include <vlc/vlc.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