Mercurial > mplayer.hg
changeset 2081:efcab819ac24
gcc3 warning fixed
author | arpi |
---|---|
date | Thu, 04 Oct 2001 19:11:24 +0000 |
parents | f91ad6d23ce9 |
children | 016f6d583733 |
files | Gui/wm/ws.c |
diffstat | 1 files changed, 5 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Gui/wm/ws.c Thu Oct 04 18:30:30 2001 +0000 +++ b/Gui/wm/ws.c Thu Oct 04 19:11:24 2001 +0000 @@ -9,9 +9,12 @@ #include <X11/Xutil.h> #include <X11/keysym.h> #include <X11/Xatom.h> -#include <errno.h> + +#include <stdio.h> #include <stdlib.h> -#include <stdio.h> +#include <string.h> +#include <unistd.h> +#include <errno.h> #include "ws.h" #include "wsconv.h"