From a833ebad16444a66c146a3ddd686b1b6b2050ab9 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 30 Jul 2020 11:55:35 +0200 Subject: Add missing config.h includes --- libcrystfel/src/image-cbf.c | 2 ++ libcrystfel/src/image-hdf5.c | 2 ++ libcrystfel/src/image.c | 2 ++ libcrystfel/src/pinkindexer.c | 4 ++++ libcrystfel/src/reflist.c | 4 ++++ libcrystfel/src/taketwo.c | 4 ++++ libcrystfel/src/xgandalf.c | 4 ++++ 7 files changed, 22 insertions(+) (limited to 'libcrystfel') diff --git a/libcrystfel/src/image-cbf.c b/libcrystfel/src/image-cbf.c index 9b34d88c..0011ac69 100644 --- a/libcrystfel/src/image-cbf.c +++ b/libcrystfel/src/image-cbf.c @@ -26,7 +26,9 @@ * */ +#ifdef HAVE_CONFIG_H #include +#endif #include #include diff --git a/libcrystfel/src/image-hdf5.c b/libcrystfel/src/image-hdf5.c index c03bf2d2..146918ee 100644 --- a/libcrystfel/src/image-hdf5.c +++ b/libcrystfel/src/image-hdf5.c @@ -27,7 +27,9 @@ * */ +#ifdef HAVE_CONFIG_H #include +#endif #include #include diff --git a/libcrystfel/src/image.c b/libcrystfel/src/image.c index 68234a33..64a46018 100644 --- a/libcrystfel/src/image.c +++ b/libcrystfel/src/image.c @@ -27,7 +27,9 @@ * */ +#ifdef HAVE_CONFIG_H #include +#endif #include #include diff --git a/libcrystfel/src/pinkindexer.c b/libcrystfel/src/pinkindexer.c index b6a33148..e82f2f02 100644 --- a/libcrystfel/src/pinkindexer.c +++ b/libcrystfel/src/pinkindexer.c @@ -26,6 +26,10 @@ * */ +#ifdef HAVE_CONFIG_H +#include +#endif + #include "pinkindexer.h" #ifdef HAVE_PINKINDEXER diff --git a/libcrystfel/src/reflist.c b/libcrystfel/src/reflist.c index d8741a2f..e61f1de0 100644 --- a/libcrystfel/src/reflist.c +++ b/libcrystfel/src/reflist.c @@ -26,6 +26,10 @@ * */ +#ifdef HAVE_CONFIG_H +#include +#endif + #include #include #include diff --git a/libcrystfel/src/taketwo.c b/libcrystfel/src/taketwo.c index 5b5bff59..65265b0e 100644 --- a/libcrystfel/src/taketwo.c +++ b/libcrystfel/src/taketwo.c @@ -86,6 +86,10 @@ * * Clean up the mess (cleanup_taketwo_obs_vecs()) */ +#ifdef HAVE_CONFIG_H +#include +#endif + #include #include #include diff --git a/libcrystfel/src/xgandalf.c b/libcrystfel/src/xgandalf.c index c66bff6c..2d2dca48 100644 --- a/libcrystfel/src/xgandalf.c +++ b/libcrystfel/src/xgandalf.c @@ -26,6 +26,10 @@ * */ +#ifdef HAVE_CONFIG_H +#include +#endif + #include "xgandalf.h" #include -- cgit v1.2.3