diff options
Diffstat (limited to 'users/drashna/transport_sync.c')
-rw-r--r-- | users/drashna/transport_sync.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/users/drashna/transport_sync.c b/users/drashna/transport_sync.c index daa14bbef..cee3f04c8 100644 --- a/users/drashna/transport_sync.c +++ b/users/drashna/transport_sync.c | |||
@@ -18,7 +18,8 @@ | |||
18 | #include "transactions.h" | 18 | #include "transactions.h" |
19 | #include <string.h> | 19 | #include <string.h> |
20 | 20 | ||
21 | #ifdef UNICODE_ENABLE | 21 | #ifdef CUSTOM_UNICODE_ENABLE |
22 | #include "process_unicode_common.h" | ||
22 | extern unicode_config_t unicode_config; | 23 | extern unicode_config_t unicode_config; |
23 | #endif | 24 | #endif |
24 | #ifdef AUDIO_ENABLE | 25 | #ifdef AUDIO_ENABLE |