diff options
author | arpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-10-04 19:11:24 +0000 |
---|---|---|
committer | arpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-10-04 19:11:24 +0000 |
commit | 643657bce8d04dcab9319b0ac801c5b4efce2b89 (patch) | |
tree | c6a61b345f10ef38e0dd7f859ab51ff1fadd3af9 /Gui/wm | |
parent | 59295d1b3d5ba2b76e214b5dd102cb0805bae834 (diff) |
gcc3 warning fixed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2082 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui/wm')
-rw-r--r-- | Gui/wm/ws.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Gui/wm/ws.c b/Gui/wm/ws.c index afaf6dd3ed..899f6b095d 100644 --- a/Gui/wm/ws.c +++ b/Gui/wm/ws.c @@ -9,9 +9,12 @@ #include <X11/Xutil.h> #include <X11/keysym.h> #include <X11/Xatom.h> -#include <errno.h> -#include <stdlib.h> + #include <stdio.h> +#include <stdlib.h> +#include <string.h> +#include <unistd.h> +#include <errno.h> #include "ws.h" #include "wsconv.h" |