1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/biology/vt/files/patch-svm__predict.h

15 lines
264 B
C

--- svm_predict.h.orig 2020-06-04 16:33:17 UTC
+++ svm_predict.h
@@ -25,8 +25,8 @@
#define SVM_PREDICT_H
#include "program.h"
-#include "libsvm/svm.h"
+#include <svm.h>
void svm_predict(int argc, char ** argv);
-#endif
\ No newline at end of file
+#endif