summaryrefslogtreecommitdiffstats
path: root/xa
diff options
context:
space:
mode:
authorpl <pl@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-25 23:34:14 +0000
committerpl <pl@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-25 23:34:14 +0000
commit74d8c35e5d1cc8ee47bcb498a88ca4e78612ed12 (patch)
tree14b74b2aba36300ceb7826f1aed9bc123c185368 /xa
parent4a83e16d1b21b9ad71ed4c5ecfb77bfccd79247b (diff)
downloadmpv-74d8c35e5d1cc8ee47bcb498a88ca4e78612ed12.tar.bz2
mpv-74d8c35e5d1cc8ee47bcb498a88ca4e78612ed12.tar.xz
a few warning fixes (missing #include's)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2477 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'xa')
-rw-r--r--xa/xa_gsm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/xa/xa_gsm.c b/xa/xa_gsm.c
index 57d2fef251..d014eaabbc 100644
--- a/xa/xa_gsm.c
+++ b/xa/xa_gsm.c
@@ -28,6 +28,7 @@ improvements that may be of general interest.
#include <stdio.h>
+#include <string.h>
#include <assert.h> /* POD optional */
#include "xa_gsm_int.h"