Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
90e3a296
Commit
90e3a296
authored
Nov 21, 2006
by
Rémi Denis-Courmont
Browse files
Add missing header
parent
05a1f4d7
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/access/vcd/cdrom.c
View file @
90e3a296
...
...
@@ -65,8 +65,11 @@
#elif defined( WIN32 )
# include <windows.h>
# include <winioctl.h>
#else
#elif defined (__linux__)
# include <sys/ioctl.h>
# include <linux/cdrom.h>
#else
# error FIXME
#endif
#include
"cdrom_internals.h"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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