diff options
Diffstat (limited to 'media/common_time')
-rw-r--r-- | media/common_time/ICommonClock.cpp | 3 | ||||
-rw-r--r-- | media/common_time/ICommonTimeConfig.cpp | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/media/common_time/ICommonClock.cpp b/media/common_time/ICommonClock.cpp index 28b43ac..25ae69e 100644 --- a/media/common_time/ICommonClock.cpp +++ b/media/common_time/ICommonClock.cpp @@ -13,7 +13,8 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -#include <linux/socket.h> + +#include <sys/socket.h> #include <common_time/ICommonClock.h> #include <binder/Parcel.h> diff --git a/media/common_time/ICommonTimeConfig.cpp b/media/common_time/ICommonTimeConfig.cpp index 8eb37cb..67167b0 100644 --- a/media/common_time/ICommonTimeConfig.cpp +++ b/media/common_time/ICommonTimeConfig.cpp @@ -13,7 +13,8 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -#include <linux/socket.h> + +#include <sys/socket.h> #include <common_time/ICommonTimeConfig.h> #include <binder/Parcel.h> |