File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed
Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1414 * limitations under the License.
1515 */
1616
17- #include < common_time/ICommonClock.h>
18-
1917#ifndef ANDROID_COMMON_CLOCK_SERVICE_H
2018#define ANDROID_COMMON_CLOCK_SERVICE_H
2119
20+ #include < sys/socket.h>
21+ #include < common_time/ICommonClock.h>
22+
2223namespace android {
2324
2425class CommonTimeServer ;
Original file line number Diff line number Diff line change 1313 * limitations under the License.
1414 */
1515
16- #include < common_time/ICommonTimeConfig.h>
17-
1816#ifndef ANDROID_COMMON_TIME_CONFIG_SERVICE_H
1917#define ANDROID_COMMON_TIME_CONFIG_SERVICE_H
2018
19+ #include < sys/socket.h>
20+ #include < common_time/ICommonTimeConfig.h>
21+
2122namespace android {
2223
2324class String16 ;
Original file line number Diff line number Diff line change 1919
2020#include < arpa/inet.h>
2121#include < stdint.h>
22- #include < linux /socket.h>
22+ #include < sys /socket.h>
2323
2424#include < common_time/ICommonClock.h>
2525#include < common_time/local_clock.h>
You can’t perform that action at this time.
0 commit comments