check_cam : added a missing include file.
authorjinhyung.jo <jinhyung.jo@samsung.com>
Fri, 2 Aug 2013 06:52:38 +0000 (15:52 +0900)
committerjinhyung.jo <jinhyung.jo@samsung.com>
Fri, 2 Aug 2013 06:52:38 +0000 (15:52 +0900)
For removing a compiler warning.

Change-Id: I3704f86b8c145971a951358253cf33a5bb0d8e08
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
tizen/src/check_cam.c

index ddfaa5f771663fa35a346e415cf2e8f3f60b61a2..08465276513c22fceae441f3aa3afb0ae0a62be8 100644 (file)
@@ -184,6 +184,7 @@ static int check_cam(void)
 
 /* Linux implement */
 #include <stdio.h>
+#include <sys/ioctl.h>
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <fcntl.h>