Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Gautam Chitnis
web-ui-redesign
Commits
f56ed8d5
Commit
f56ed8d5
authored
Jun 01, 2008
by
Rémi Denis-Courmont
Browse files
mediacontrol: fix compilation
parent
dc902fa1
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/control/mediacontrol_core.c
View file @
f56ed8d5
...
...
@@ -25,6 +25,7 @@
# include "config.h"
#endif
#include
"mediacontrol_internal.h"
#include
<vlc/mediacontrol.h>
#include
<vlc/libvlc.h>
...
...
@@ -36,7 +37,6 @@
#include
<vlc_aout.h>
#include
<vlc_input.h>
#include
<vlc_osd.h>
#include
"mediacontrol_internal.h"
#include
<stdlib.h>
/* malloc(), free() */
#include
<string.h>
...
...
src/control/mediacontrol_util.c
View file @
f56ed8d5
...
...
@@ -25,12 +25,12 @@
# include "config.h"
#endif
#include
"mediacontrol_internal.h"
#include
<vlc/mediacontrol.h>
#include
<vlc_common.h>
#include
<vlc_vout.h>
#include
<vlc_osd.h>
#include
"mediacontrol_internal.h"
#include
<stdlib.h>
/* malloc(), free() */
#include
<string.h>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment