aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2020-07-30 11:55:35 +0200
committerThomas White <taw@physics.org>2020-07-30 11:55:35 +0200
commita833ebad16444a66c146a3ddd686b1b6b2050ab9 (patch)
treed3b72cc3dbb7dc873dde58fb3fa1b24be0b12b04 /libcrystfel
parentcdf82a24bb4ca8f643305f4aee5c70cbc1bf9fb4 (diff)
Add missing config.h includes
Diffstat (limited to 'libcrystfel')
-rw-r--r--libcrystfel/src/image-cbf.c2
-rw-r--r--libcrystfel/src/image-hdf5.c2
-rw-r--r--libcrystfel/src/image.c2
-rw-r--r--libcrystfel/src/pinkindexer.c4
-rw-r--r--libcrystfel/src/reflist.c4
-rw-r--r--libcrystfel/src/taketwo.c4
-rw-r--r--libcrystfel/src/xgandalf.c4
7 files changed, 22 insertions, 0 deletions
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 <config.h>
+#endif
#include <stdlib.h>
#include <assert.h>
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 <config.h>
+#endif
#include <stdlib.h>
#include <assert.h>
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 <config.h>
+#endif
#include <stdlib.h>
#include <assert.h>
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 <config.h>
+#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 <config.h>
+#endif
+
#include <stdlib.h>
#include <assert.h>
#include <stdio.h>
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 <config.h>
+#endif
+
#include <gsl/gsl_matrix.h>
#include <gsl/gsl_blas.h>
#include <float.h>
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 <config.h>
+#endif
+
#include "xgandalf.h"
#include <stdlib.h>