summaryrefslogtreecommitdiff
path: root/apps/talk.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/talk.c')
-rw-r--r--apps/talk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/talk.c b/apps/talk.c
index 941af1dfd9..c0fe599b60 100644
--- a/apps/talk.c
+++ b/apps/talk.c
@@ -32,7 +32,7 @@
32#include "lang.h" 32#include "lang.h"
33#include "talk.h" 33#include "talk.h"
34#include "id3.h" 34#include "id3.h"
35extern void bitswap(unsigned char *data, int length); /* no header for this */ 35#include "bitswap.h"
36 36
37/***************** Constants *****************/ 37/***************** Constants *****************/
38 38