aboutsummaryrefslogtreecommitdiff
path: root/users/drashna/transport_sync.c
diff options
context:
space:
mode:
Diffstat (limited to 'users/drashna/transport_sync.c')
-rw-r--r--users/drashna/transport_sync.c3
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"
22extern unicode_config_t unicode_config; 23extern unicode_config_t unicode_config;
23#endif 24#endif
24#ifdef AUDIO_ENABLE 25#ifdef AUDIO_ENABLE