From fbf362250c7c3984834eb67d4a69e40ed28293db Mon Sep 17 00:00:00 2001
From: Jan Breuer <jan.breuer@jaybee.cz>
Date: 周三, 01 2月 2023 17:45:07 +0800
Subject: [PATCH] Merge pull request #144 from j123b567/issue/143-fix-cxx-build

---
 examples/common/scpi-def.h |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/examples/common/scpi-def.h b/examples/common/scpi-def.h
index 3b0acca..9e89f95 100644
--- a/examples/common/scpi-def.h
+++ b/examples/common/scpi-def.h
@@ -28,6 +28,9 @@
 
 #ifndef __SCPI_DEF_H_
 #define __SCPI_DEF_H_
+#ifdef __cplusplus
+extern "C" {
+#endif
 
 #include "scpi/scpi.h"
 
@@ -53,5 +56,8 @@
 
 scpi_result_t SCPI_SystemCommTcpipControlQ(scpi_t * context);
 
+#ifdef __cplusplus
+}
+#endif
 #endif /* __SCPI_DEF_H_ */
 

--
Gitblit v1.9.1