summaryrefslogtreecommitdiff
path: root/examples/resize_util.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/resize_util.c')
-rw-r--r--examples/resize_util.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/resize_util.c b/examples/resize_util.c
index f8c35255f..e6fdd5bb2 100644
--- a/examples/resize_util.c
+++ b/examples/resize_util.c
@@ -15,6 +15,7 @@
#include <stdlib.h>
#include <string.h>
+#include "../tools_common.h"
#include "../vp9/encoder/vp9_resize.h"
static const char *exec_name = NULL;
@@ -26,7 +27,7 @@ static void usage() {
printf("<output_yuv> [<frames>]\n");
}
-void usage_exit() {
+void usage_exit(void) {
usage();
exit(EXIT_FAILURE);
}