summaryrefslogtreecommitdiffstats
path: root/Gui/bitmap.c
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-04 18:30:30 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-04 18:30:30 +0000
commit59295d1b3d5ba2b76e214b5dd102cb0805bae834 (patch)
tree5c56b6de44cfe8edab34136116888f38e956726b /Gui/bitmap.c
parentef67ce917c9f7519cfbb600b73b66c7de963fbcf (diff)
downloadmpv-59295d1b3d5ba2b76e214b5dd102cb0805bae834.tar.bz2
mpv-59295d1b3d5ba2b76e214b5dd102cb0805bae834.tar.xz
gcc3 warning fixed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2081 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui/bitmap.c')
-rw-r--r--Gui/bitmap.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/Gui/bitmap.c b/Gui/bitmap.c
index 8343058ce2..f47858095b 100644
--- a/Gui/bitmap.c
+++ b/Gui/bitmap.c
@@ -1,6 +1,7 @@
-#include <stdlib.h>
#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
#include "bitmap.h"
#include "../error.h"