summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/codecs/libtta/ttadec.c1
-rw-r--r--apps/language.c1
-rw-r--r--apps/metadata/a52.c1
-rw-r--r--apps/metadata/mpc.c1
-rw-r--r--apps/metadata/oma.c1
-rw-r--r--apps/metadata/smaf.c1
-rw-r--r--docs/CREDITS1
7 files changed, 7 insertions, 0 deletions
diff --git a/apps/codecs/libtta/ttadec.c b/apps/codecs/libtta/ttadec.c
index cdaffcd9d9..130cff8b41 100644
--- a/apps/codecs/libtta/ttadec.c
+++ b/apps/codecs/libtta/ttadec.c
@@ -36,6 +36,7 @@
36 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 36 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
37 */ 37 */
38 38
39#include <stdio.h>
39#include "codeclib.h" 40#include "codeclib.h"
40 41
41#include "ttalib.h" 42#include "ttalib.h"
diff --git a/apps/language.c b/apps/language.c
index f8ec0a3087..715f83f672 100644
--- a/apps/language.c
+++ b/apps/language.c
@@ -19,6 +19,7 @@
19 * 19 *
20 ****************************************************************************/ 20 ****************************************************************************/
21 21
22#include <stdio.h>
22#include "file.h" 23#include "file.h"
23 24
24#include "language.h" 25#include "language.h"
diff --git a/apps/metadata/a52.c b/apps/metadata/a52.c
index c35b32dba3..a8aad3fa4f 100644
--- a/apps/metadata/a52.c
+++ b/apps/metadata/a52.c
@@ -19,6 +19,7 @@
19 * 19 *
20 ****************************************************************************/ 20 ****************************************************************************/
21 21
22#include <stdio.h>
22#include "metadata.h" 23#include "metadata.h"
23#include "logf.h" 24#include "logf.h"
24 25
diff --git a/apps/metadata/mpc.c b/apps/metadata/mpc.c
index f70e1d35df..0dd76fcc4b 100644
--- a/apps/metadata/mpc.c
+++ b/apps/metadata/mpc.c
@@ -21,6 +21,7 @@
21 ****************************************************************************/ 21 ****************************************************************************/
22 22
23#include <string.h> 23#include <string.h>
24#include <stdio.h>
24#include <inttypes.h> 25#include <inttypes.h>
25#include "system.h" 26#include "system.h"
26#include "metadata.h" 27#include "metadata.h"
diff --git a/apps/metadata/oma.c b/apps/metadata/oma.c
index 1dd6150e33..b82c0a4f73 100644
--- a/apps/metadata/oma.c
+++ b/apps/metadata/oma.c
@@ -42,6 +42,7 @@
42 * CODEC SUPPORT: Only ATRAC3 codec is currently supported! 42 * CODEC SUPPORT: Only ATRAC3 codec is currently supported!
43 */ 43 */
44 44
45#include <stdio.h>
45#include <stdlib.h> 46#include <stdlib.h>
46#include <inttypes.h> 47#include <inttypes.h>
47#include <string.h> 48#include <string.h>
diff --git a/apps/metadata/smaf.c b/apps/metadata/smaf.c
index fa12c99fb9..1b745d3fa1 100644
--- a/apps/metadata/smaf.c
+++ b/apps/metadata/smaf.c
@@ -19,6 +19,7 @@
19 * 19 *
20 ****************************************************************************/ 20 ****************************************************************************/
21#include <inttypes.h> 21#include <inttypes.h>
22#include <stdio.h>
22 23
23#include "string-extra.h" 24#include "string-extra.h"
24#include "system.h" 25#include "system.h"
diff --git a/docs/CREDITS b/docs/CREDITS
index 6c85127375..a539463c5c 100644
--- a/docs/CREDITS
+++ b/docs/CREDITS
@@ -575,6 +575,7 @@ Cristina Talpiga
575Ştefan Moisei 575Ştefan Moisei
576Alexander Meshcheryakov 576Alexander Meshcheryakov
577Ryan Sawhill 577Ryan Sawhill
578Thomas Jarosch
578 579
579The libmad team 580The libmad team
580The wavpack team 581The wavpack team