From 28a375d5b724021d2ca391aa708e90b2dbc0dd3b Mon Sep 17 00:00:00 2001 From: Jan Breuer <jan.breuer@jaybee.cz> Date: 周一, 16 5月 2016 01:48:22 +0800 Subject: [PATCH] Fix buffer overflow in example handling of channel list --- libscpi/inc/scpi/scpi.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libscpi/inc/scpi/scpi.h b/libscpi/inc/scpi/scpi.h index 7858488..ee07b1a 100644 --- a/libscpi/inc/scpi/scpi.h +++ b/libscpi/inc/scpi/scpi.h @@ -43,8 +43,8 @@ #include "scpi/constants.h" #include "scpi/minimal.h" #include "scpi/units.h" - - +#include "scpi/utils.h" +#include "scpi/expression.h" #endif /* SCPI_H */ -- Gitblit v1.9.1