From d94209f033f3c90c67983582c0a6c68be38dde3e Mon Sep 17 00:00:00 2001
From: helge <helgewurst@web.de>
Date: 周六, 06 11月 2021 22:19:19 +0800
Subject: [PATCH] add includes

---
 examples/test-LwIP-netconn/scpi_server.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/examples/test-LwIP-netconn/scpi_server.h b/examples/test-LwIP-netconn/scpi_server.h
index 50e677c..b31aee0 100644
--- a/examples/test-LwIP-netconn/scpi_server.h
+++ b/examples/test-LwIP-netconn/scpi_server.h
@@ -36,6 +36,8 @@
 #define SCPI_CONTROL_PORT 5026 // libscpi control port (not part of the standard)
 
 #include <stdint.h>
+#include "api.h"
+#include "scpi/types.h"
 
 void scpi_server_init(void);
 

--
Gitblit v1.9.1