summaryrefslogtreecommitdiffstats
path: root/src/file_fit.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/file_fit.c')
-rw-r--r--src/file_fit.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/file_fit.c b/src/file_fit.c
index 323beb74..3a1d3176 100644
--- a/src/file_fit.c
+++ b/src/file_fit.c
@@ -20,6 +20,7 @@
*/
+#if !defined(SINGLE_FORMAT) || defined(SINGLE_FORMAT_fit )
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
@@ -73,3 +74,4 @@ static void register_header_check_fit(file_stat_t *file_stat)
static const unsigned char fits_header[4]= { '.', 'F', 'I', 'T' };
register_header_check(8, fits_header, sizeof(fits_header), &header_check_fit, file_stat);
}
+#endif