projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
433d535
)
check_cam : added a missing include file.
author
jinhyung.jo
<jinhyung.jo@samsung.com>
Fri, 2 Aug 2013 06:52:38 +0000
(15:52 +0900)
committer
jinhyung.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
patch
|
blob
|
history
diff --git
a/tizen/src/check_cam.c
b/tizen/src/check_cam.c
index ddfaa5f771663fa35a346e415cf2e8f3f60b61a2..08465276513c22fceae441f3aa3afb0ae0a62be8 100644
(file)
--- a/
tizen/src/check_cam.c
+++ b/
tizen/src/check_cam.c
@@
-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>