Description: Fix location of fts.h header
 Daq checks for the fst library under /usr/include, however, in 
 Debian this library (provided by the libfst-dev package) is available
 under /usr/included/fst
Author: Javier Fernández-Sanguino Peña <jfs@debian.org>
Reviewed-by: Javier Fernández-Sanguino Peña <jfs@debian.org>
Origin: vendor
Last-Update: 2020-07-16



--- a/modules/fst/daq_fst.cc
+++ b/modules/fst/daq_fst.cc
@@ -27,7 +27,7 @@
 
 #include "daq_dlt.h"
 #include "daq_module_api.h"
-#include "fst.h"
+#include "fst/fst.h"
 
 //#define DEBUG_DAQ_FST
 #ifdef DEBUG_DAQ_FST
