OSDN Git Service

rild: missing include for sys/stat.h
authorMark Salyzyn <salyzyn@google.com>
Mon, 6 Apr 2015 20:51:43 +0000 (13:51 -0700)
committerMark Salyzyn <salyzyn@google.com>
Mon, 6 Apr 2015 20:51:43 +0000 (13:51 -0700)
commit9101e51e4db1df0e0bc1207664c8725c460772f4
tree7ce0a36421e85f05717b61c743b2ab24ffe3eb34
parentfca40f72ddd9355ff3e07662719f3e298dcbba9d
rild: missing include for sys/stat.h

rild.c gets sys/stat.h inherited from
private/android_filesystem_config.h it should
not rely on this in the future. The intent is
to move fs_config function into libcutils and
thus deprecate any need for sys/stat.h in this
include file.

Bug: 19908228
Change-Id: I5b10e9347aa9df8f0523a0ff00287655ca426d18
rild/rild.c