comparison src/libid3tag/field.c @ 2532:9e135bfe457d trunk

[svn] - include stdio.h for debug print out. - suppress warnings.
author yaz
date Fri, 16 Feb 2007 04:21:17 -0800
parents 28814e6846e5
children 10e7c823462d
comparison
equal deleted inserted replaced
2531:28814e6846e5 2532:9e135bfe457d
24 # endif 24 # endif
25 25
26 # include "global.h" 26 # include "global.h"
27 27
28 # include <stdlib.h> 28 # include <stdlib.h>
29 # include <stdio.h>
29 # include <string.h> 30 # include <string.h>
30 31
31 # ifdef HAVE_ASSERT_H 32 # ifdef HAVE_ASSERT_H
32 # include <assert.h> 33 # include <assert.h>
33 # endif 34 # endif