From b02e721b77af25e5cfbab95adfd050e70822d18e Mon Sep 17 00:00:00 2001 From: Sangyoon Jang Date: Mon, 11 May 2015 21:52:18 +0900 Subject: [PATCH] Include missing header include "sys/types.h" Change-Id: I487df72d7edddc08406939c613d9d95bbdedf29f Signed-off-by: Sangyoon Jang --- comm/comm_status_broadcast_server.h | 1 + 1 file changed, 1 insertion(+) diff --git a/comm/comm_status_broadcast_server.h b/comm/comm_status_broadcast_server.h index e642c25..7b9de49 100644 --- a/comm/comm_status_broadcast_server.h +++ b/comm/comm_status_broadcast_server.h @@ -27,6 +27,7 @@ #ifndef __COMM_STATUS_BROADCAST_SERVER_H__ #define __COMM_STATUS_BROADCAST_SERVER_H__ +#include #include "comm_config.h" #include -- 2.7.4