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.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/scpi/scpi_utils.c b/scpi/scpi_utils.c
index 94aaf8f..4546b35 100644
--- a/scpi/scpi_utils.c
+++ b/scpi/scpi_utils.c
@@ -34,13 +34,13 @@
  * 
  */
 
-#include "scpi.h"
-#include "scpi_utils.h"
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 #include <ctype.h>
 
+#include "scpi_utils.h"
+
 static size_t patternSeparatorShortPos(const char * pattern, size_t len);
 
 /**

--
Gitblit v1.9.1