diff options
author | pl <pl@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-10-25 23:34:14 +0000 |
---|---|---|
committer | pl <pl@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-10-25 23:34:14 +0000 |
commit | 74d8c35e5d1cc8ee47bcb498a88ca4e78612ed12 (patch) | |
tree | 14b74b2aba36300ceb7826f1aed9bc123c185368 /xa | |
parent | 4a83e16d1b21b9ad71ed4c5ecfb77bfccd79247b (diff) |
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.c | 1 |
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" |