summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorRodeo <[email protected]>2014-01-07 11:48:22 +0000
committerRodeo <[email protected]>2014-01-07 11:48:22 +0000
commit09fb89f703ce6f0cadf88ff94627702d7ea0880e (patch)
tree43861f732dbef6c8bb9d83a6a7904a123d286a31 /test
parent35f92810061e70127f9e09632053e240479d2a4d (diff)
CLI: use proper system headers.
ReviewBoard #671. Patch by icchan. Thanks! git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5960 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'test')
-rw-r--r--test/test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test.c b/test/test.c
index 0a8675e02..6fcc2e404 100644
--- a/test/test.c
+++ b/test/test.c
@@ -7,6 +7,8 @@
For full terms see the file COPYING file or visit http://www.gnu.org/licenses/gpl-2.0.html
*/
+#include <stdio.h>
+#include <stdlib.h>
#include <signal.h>
#include <getopt.h>
#include <sys/time.h>