msm8974-common: gps: Don't rely on transitively included headers

One must explicitly include what it need.
time.h for struct tm.

Bug: 37629934
Test: build

Merged-In: Iacd5317d958f61df062fca40fbf2e8992c7fbb44
Change-Id: I19e1043f23dbe85836b73714a4f1440159ebe419
This commit is contained in:
Jiyong Park 2017-09-06 12:10:07 +09:00 committed by Kevin F. Haggerty
parent 1647e1d120
commit 2d0c543adb
No known key found for this signature in database
GPG Key ID: 6D95512933112729

View File

@ -32,6 +32,7 @@
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <sys/time.h> #include <sys/time.h>
#include <time.h>
#include "loc_log.h" #include "loc_log.h"
#include "msg_q.h" #include "msg_q.h"
#ifdef USE_GLIB #ifdef USE_GLIB