summaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
authorOssama Othman <ossama.othman@intel.com>2014-09-11 09:43:53 -0700
committerOssama Othman <ossama.othman@intel.com>2014-09-12 09:50:15 -0700
commitbeb6fd3ce23070bc9bd705e468d7eee611432b65 (patch)
tree7a60d5d83b5f3ed845c8efa064f1c5c957973e9a /inc
parentf2cf9d8bbbbd3eec106c66c99f9b0920d0875602 (diff)
downloadpersistence-common-object-accepted/tizen_ivi.tar.gz
persistence-common-object-accepted/tizen_ivi.tar.bz2
persistence-common-object-accepted/tizen_ivi.zip
Change-Id: Ibad76c44131a48d9e860229bb1007c6f89a8c089 Signed-off-by: Ossama Othman <ossama.othman@intel.com>
Diffstat (limited to 'inc')
-rw-r--r--inc/protected/persComTypes.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/inc/protected/persComTypes.h b/inc/protected/persComTypes.h
index 4fc0ff7..df56ac9 100644
--- a/inc/protected/persComTypes.h
+++ b/inc/protected/persComTypes.h
@@ -23,6 +23,10 @@
#include <stdbool.h>
+#ifdef _ISOC99_SOURCE
+#include <stdint.h>
+#endif
+
#ifndef char_t
typedef char char_t ;
#endif
@@ -74,10 +78,12 @@ typedef __s16 INT16;
typedef __s32 INT32;
typedef __s64 INT64;
+#ifndef _ISOC99_SOURCE
typedef __u8 uint8_t;
typedef __u16 uint16_t;
typedef __u32 uint32_t;
typedef __u64 uint64_t;
+#endif
/**
* \brief 8 bit signed