From 26f6db056b48a58ac725ea0026a215bfc70bfa73 Mon Sep 17 00:00:00 2001
From: Jan Breuer <jan.breuer@jaybee.cz>
Date: 周日, 04 10月 2015 17:31:20 +0800
Subject: [PATCH] Enable all errors on full blown systems by default

---
 libscpi/inc/scpi/scpi.h |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/libscpi/inc/scpi/scpi.h b/libscpi/inc/scpi/scpi.h
index 7858488..e7fe50f 100644
--- a/libscpi/inc/scpi/scpi.h
+++ b/libscpi/inc/scpi/scpi.h
@@ -43,7 +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