projects
/
platform
/
core
/
appfw
/
data-control.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18f63a2
)
Fix wrong a preprocessing directive of the form
13/154613/1
author
Inkyun Kil
<inkyun.kil@samsung.com>
Wed, 11 Oct 2017 00:43:08 +0000
(09:43 +0900)
committer
Inkyun Kil
<inkyun.kil@samsung.com>
Wed, 11 Oct 2017 00:43:08 +0000
(09:43 +0900)
Change-Id: I30a433c4e18c7b456be51f936a81bce3fea137e7
Signed-off-by: Inkyun Kil <inkyun.kil@samsung.com>
include/data_control_sql_cursor.h
patch
|
blob
|
history
diff --git
a/include/data_control_sql_cursor.h
b/include/data_control_sql_cursor.h
index
459e926
..
211f98a
100755
(executable)
--- a/
include/data_control_sql_cursor.h
+++ b/
include/data_control_sql_cursor.h
@@
-19,7
+19,7
@@
#define __TIZEN_APPFW_DATA_CONTROL_SQL_ENUMERATOR_H_
#include <stdio.h>
-#include
"data_control_types.h"
+#include
<data_control_types.h>
#ifdef __cplusplus
extern "C" {