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
VideoLAN
VLMC
Commits
72da892e
Commit
72da892e
authored
Feb 13, 2010
by
Hugo Beauzee-Luyssen
Browse files
Using sys/wait.h instead of wait.h
parent
b24d47cf
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/vlmc.cpp
View file @
72da892e
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
#include <QtDebug>
#include <QtDebug>
#include <wait.h>
#include <
sys/
wait.h>
#include <unistd.h>
#include <unistd.h>
int
VLMCmain
(
int
,
char
**
);
int
VLMCmain
(
int
,
char
**
);
...
...
Write
Preview
Markdown
is supported
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