summaryrefslogtreecommitdiffstats
path: root/src/stk.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2010-09-24 09:37:14 +0900
committerMarcel Holtmann <marcel@holtmann.org>2010-09-24 09:37:14 +0900
commitdf0a431a4100b705e9c25d3f08d0c9be4648bb54 (patch)
tree9190a27487c7851e98d2510979fa576db7399f36 /src/stk.c
parent3a7e20cc4c684199e068f2105d73938ea06fd111 (diff)
downloadofono-df0a431a4100b705e9c25d3f08d0c9be4648bb54.tar.bz2
stk: Fix missing inlude for encode_hex_own_buf
Diffstat (limited to 'src/stk.c')
-rw-r--r--src/stk.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stk.c b/src/stk.c
index 625dbb7c..bbbc4fd3 100644
--- a/src/stk.c
+++ b/src/stk.c
@@ -40,6 +40,7 @@
#include "smsutil.h"
#include "stkutil.h"
#include "stkagent.h"
+#include "util.h"
static GSList *g_drivers = NULL;