From 6c3b78b0c1184c8f4c9c6ec296f9deead4caae42 Mon Sep 17 00:00:00 2001 From: Hwankyu Jhun Date: Fri, 31 Jan 2020 09:45:56 +0900 Subject: [PATCH] Add missing header file Change-Id: Id69614715591f2d0ed0c9fcb25e24956201fdc68 Signed-off-by: Hwankyu Jhun --- src/eventsystem_private.h | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 src/eventsystem_private.h diff --git a/src/eventsystem_private.h b/src/eventsystem_private.h new file mode 100644 index 0000000..09856a5 --- /dev/null +++ b/src/eventsystem_private.h @@ -0,0 +1,26 @@ +/* + * Copyright (c) 2020 Samsung Electronics Co., Ltd All Rights Reserved + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +#ifndef __EVENTSYSTEM_PRIVATE_H__ +#define __EVENTSYSTEM_PRIVATE_H__ + +#ifdef API +#undef API +#endif + +#define API __attribute__ ((visibility("default"))) + +#endif /* __EVENTSYSTEM_PRIVATE_H__ */ -- 2.7.4