diff options
author | rathann <rathann@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-11-08 00:26:51 +0000 |
---|---|---|
committer | rathann <rathann@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-11-08 00:26:51 +0000 |
commit | e1dc488097d28477768617cde168bd8146f834b1 (patch) | |
tree | 6852d5c932880f78db264f7eb3657a6a3c69b597 /libvo | |
parent | 304379ec71012bffc552685eff621b3906af3c55 (diff) |
Warning fixes (approved by A'rpi).
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11413 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r-- | libvo/vo_fbdev.c | 1 | ||||
-rw-r--r-- | libvo/vo_fbdev2.c | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/libvo/vo_fbdev.c b/libvo/vo_fbdev.c index 18bfbfde38..5764dfc239 100644 --- a/libvo/vo_fbdev.c +++ b/libvo/vo_fbdev.c @@ -13,6 +13,7 @@ #include <fcntl.h> #include <unistd.h> #include <errno.h> +#include <ctype.h> #include <sys/mman.h> #include <sys/ioctl.h> diff --git a/libvo/vo_fbdev2.c b/libvo/vo_fbdev2.c index cf3681681e..630139a6e7 100644 --- a/libvo/vo_fbdev2.c +++ b/libvo/vo_fbdev2.c @@ -4,6 +4,7 @@ * (C) 2003 */ +#include <stdio.h> #include <stdlib.h> #include <string.h> #include <fcntl.h> @@ -18,6 +19,7 @@ #include "video_out.h" #include "video_out_internal.h" #include "fastmemcpy.h" +#include "sub.h" #include "mp_msg.h" static vo_info_t info = { |