summaryrefslogtreecommitdiff
path: root/sensors-service/test
diff options
context:
space:
mode:
authorHelmut Schmidt <Helmut.3.Schmidt@continental-corporation.com>2014-08-20 18:28:54 +0200
committerHelmut Schmidt <Helmut.3.Schmidt@continental-corporation.com>2014-08-20 18:28:54 +0200
commit27e98f251c6d302b347394158f075b993415987e (patch)
treef3a99c3947c8db06a1863f469c92a1773e9a2a5b /sensors-service/test
parent9827bedb8c14a63fb3ade4f75c64bda780742c84 (diff)
downloadpositioning-27e98f251c6d302b347394158f075b993415987e.tar.gz
GT-3012 changes as decided in 23-July-2014 conference call, step 2b: code adaptations after renaming gnss.h and sns.h
Diffstat (limited to 'sensors-service/test')
-rw-r--r--sensors-service/test/sensors-service-client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sensors-service/test/sensors-service-client.c b/sensors-service/test/sensors-service-client.c
index e2dc43c..c0b9b1a 100644
--- a/sensors-service/test/sensors-service-client.c
+++ b/sensors-service/test/sensors-service-client.c
@@ -24,7 +24,7 @@
//include all sns header files here even if they are not yet used.
//this helps us to find syntax error during compilation
-#include "sns.h"
+#include "sns-init.h"
#include "acceleration.h"
#include "gyroscope.h"
#include "inclination.h"