Skip to content

Commit

Permalink
msm8974-common: gps: Don't rely on transitively included headers
Browse files Browse the repository at this point in the history
One must explicitly include what it need.
time.h for struct tm.

Bug: 37629934
Test: build

Merged-In: Iacd5317d958f61df062fca40fbf2e8992c7fbb44
Change-Id: I19e1043f23dbe85836b73714a4f1440159ebe419
  • Loading branch information
jiyongp authored and haggertk committed Jun 27, 2020
1 parent 1647e1d commit 2d0c543
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gps/utils/loc_log.cpp
Expand Up @@ -32,6 +32,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <sys/time.h>
#include <time.h>
#include "loc_log.h"
#include "msg_q.h"
#ifdef USE_GLIB
Expand Down

0 comments on commit 2d0c543

Please sign in to comment.