devilhorns pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=3ec0233a28fd05a06daecffb693f32ffc5bcfb78

commit 3ec0233a28fd05a06daecffb693f32ffc5bcfb78
Author: Chris Michael <cp.mich...@samsung.com>
Date:   Fri Jun 9 14:52:41 2017 -0400

    static_libs/libdrm: Update exynos header files
    
    Signed-off-by: Chris Michael <cp.mich...@samsung.com>
---
 src/static_libs/libdrm/exynos_drmif.h | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/src/static_libs/libdrm/exynos_drmif.h 
b/src/static_libs/libdrm/exynos_drmif.h
index 626e39985a..154439bb8d 100644
--- a/src/static_libs/libdrm/exynos_drmif.h
+++ b/src/static_libs/libdrm/exynos_drmif.h
@@ -31,6 +31,10 @@
 #include <stdint.h>
 #include "exynos_drm.h"
 
+#if defined(__cplusplus)
+extern "C" {
+#endif
+
 struct exynos_device {
        int fd;
 };
@@ -109,4 +113,8 @@ int exynos_handle_event(struct exynos_device *dev,
                                struct exynos_event_context *ctx);
 
 
+#if defined(__cplusplus)
+}
+#endif
+
 #endif /* EXYNOS_DRMIF_H_ */

-- 


Reply via email to