projects
/
platform
/
core
/
api
/
bluetooth.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d37518
)
Include the std header files
73/56973/1
author
Hyuk Lee
<hyuk0512.lee@samsung.com>
Thu, 14 Jan 2016 04:58:05 +0000
(13:58 +0900)
committer
Hyuk Lee
<hyuk0512.lee@samsung.com>
Thu, 14 Jan 2016 04:58:05 +0000
(13:58 +0900)
Change-Id: Iedfb037cdb82b2337738ecc5a98216843fdb507a
Signed-off-by: Hyuk Lee <hyuk0512.lee@samsung.com>
include/mobile/bluetooth_type.h
patch
|
blob
|
history
diff --git
a/include/mobile/bluetooth_type.h
b/include/mobile/bluetooth_type.h
index 77048d9599e47bf0445fa67a05edd6745a3d90bf..817d1d2ceaa62721d0e6e19e86989bf427948ee4 100644
(file)
--- a/
include/mobile/bluetooth_type.h
+++ b/
include/mobile/bluetooth_type.h
@@
-18,6
+18,11
@@
#ifndef __TIZEN_NETWORK_BLUETOOTH_TYPE_H__
#define __TIZEN_NETWORK_BLUETOOTH_TYPE_H__
+#include <stdlib.h>
+#include <unistd.h>
+#include <stdbool.h>
+#include <tizen_error.h>
+
#ifdef __cplusplus
extern "C"
{