From 4bdf41d158c2fabe1978bedb37c9d0fc423bdd11 Mon Sep 17 00:00:00 2001 From: Shuduo Sang Date: Sat, 21 Mar 2020 10:46:40 +0800 Subject: [PATCH] fix typo in os.h for darwin --- src/os/darwin/inc/os.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/os/darwin/inc/os.h b/src/os/darwin/inc/os.h index 1aececeec9..a58885a644 100644 --- a/src/os/darwin/inc/os.h +++ b/src/os/darwin/inc/os.h @@ -13,8 +13,8 @@ * along with this program. If not, see . */ -#ifndef TDENGINE_PLATFORM_LINUX_H -#define TDENGINE_PLATFORM_LINUX_H +#ifndef TDENGINE_PLATFORM_DARWIN_H +#define TDENGINE_PLATFORM_DARWIN_H #ifdef __cplusplus extern "C" { -- GitLab