mirror of
https://gitee.com/openharmony/interface_sdk_c
synced 2024-11-27 00:41:01 +00:00
bugfix
Signed-off-by: 李文龙 <liwenlong22@huawei.com>
This commit is contained in:
parent
1d6cf7403e
commit
c11960f563
@ -34,7 +34,11 @@
|
|||||||
#ifndef OH_LOCATION_TYPE_H
|
#ifndef OH_LOCATION_TYPE_H
|
||||||
#define OH_LOCATION_TYPE_H
|
#define OH_LOCATION_TYPE_H
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
#include <cstdint>
|
#include <cstdint>
|
||||||
|
#else
|
||||||
|
#include <stdint.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
Loading…
Reference in New Issue
Block a user