Removed compiler warning - implicit declaration of a function 31/32731/1
authorAnkur <ankur29.garg@samsung.com>
Tue, 23 Dec 2014 08:51:37 +0000 (14:21 +0530)
committerAnkur <ankur29.garg@samsung.com>
Tue, 23 Dec 2014 08:51:41 +0000 (14:21 +0530)
commit02c00275923784c75b51a9e819b6c0f620d9abf0
treea4a96e85528f2eceacbc2b644289ecf4cc0291e0
parent0228a685dce1274b3ddda4cbdd6c684c774eeb67
Removed compiler warning - implicit declaration of a function

-Needed to include #include <string.h> before using the string functions.
-Already submitted a similar change.
-Some of the files here, which were showing warning, were already fixed.
But, seems some other change has removed the #include <string.h>. So, I am resubmitting it.
-Remaining files - earlier string functions were not being used.

Change-Id: I8d1c98de81ee39308343f42034c414501e60d653
test/src/gyro.c
test/src/light.c
test/src/pressure.c
test/src/proxi.c
test/src/temperature.c