From e81907a3d5c8af8a87e19492548e4aab55e84985 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Mon, 9 May 2016 20:34:45 +0200 Subject: rename strutil to gensvm_strutil --- src/GenSVMgrid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/GenSVMgrid.c') diff --git a/src/GenSVMgrid.c b/src/GenSVMgrid.c index 376eb54..c02f848 100644 --- a/src/GenSVMgrid.c +++ b/src/GenSVMgrid.c @@ -28,7 +28,7 @@ #include "gensvm_pred.h" #include "gensvm_train.h" #include "gensvm_train_dataset.h" -#include "strutil.h" +#include "gensvm_strutil.h" #include "util.h" #define MINARGS 2 -- cgit v1.2.3