File fix-libxisf-include.patch of Package tenmon
Index: tenmon/src/main.cpp
===================================================================
--- tenmon.orig/src/main.cpp
+++ tenmon/src/main.cpp
@@ -6,6 +6,7 @@
#include <QSettings>
#include <stdlib.h>
#include "../thumbnailer/genthumbnail.h"
+#include <libxisf.h>
int main(int argc, char *argv[])
{
Index: tenmon/src/scriptengine.cpp
===================================================================
--- tenmon.orig/src/scriptengine.cpp
+++ tenmon/src/scriptengine.cpp
@@ -10,7 +10,7 @@
#include "loadimage.h"
#include "batchprocessing.h"
#include <fitsio2.h>
-#include "libxisf.h"
+#include <libxisf.h>
#ifdef PLATESOLVER
#include "solver.h"
#endif // PLATESOLVER