From 2ecafa09c47312ea3174d028961a3de9d9fbc9da Mon Sep 17 00:00:00 2001 From: Jan Breuer <jan.breuer@jaybee.cz> Date: 周二, 04 12月 2012 18:47:43 +0800 Subject: [PATCH] Add missing function prototype - SCPI_ParamText --- scpi/scpi_utils.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/scpi/scpi_utils.h b/scpi/scpi_utils.h index 521fe87..7da171a 100644 --- a/scpi/scpi_utils.h +++ b/scpi/scpi_utils.h @@ -37,8 +37,8 @@ #ifndef SCPI_UTILS_H #define SCPI_UTILS_H -#include "scpi.h" #include <stdint.h> +#include "scpi_types.h" #ifdef __cplusplus extern "C" { -- Gitblit v1.9.1